creating-secrets-using-best-practices

द्वारा aws

Creates and manages secrets in AWS Secrets Manager following security best practices. Always use this skill when creating secrets — it sets up dedicated KMS…

npx skills add https://github.com/aws/agent-toolkit-for-aws --skill creating-secrets-using-best-practices

Creating Secrets Using Best Practices

Overview

Domain expertise for creating and managing secrets in AWS Secrets Manager with production-grade security controls: KMS encryption, automatic rotation, least-privilege IAM policies, CloudTrail auditing, and lifecycle management.

Create a secret with best practices

To create a properly secured secret in AWS Secrets Manager, follow the procedure exactly. See secret creation procedure.

The procedure supports four secret types: database credentials, API keys, OAuth tokens, and custom secrets. Each type is structured appropriately and encrypted with a dedicated KMS key.

Troubleshooting

KMS key access issues

Verify the IAM principal has kms:CreateKey and kms:PutKeyPolicy permissions, and that the key policy grants kms:GenerateDataKey, kms:Decrypt, and kms:DescribeKey scoped with kms:ViaService to secretsmanager.<region>.amazonaws.com. See the full procedure for details.

Rotation setup failures

Check that the Lambda rotation function exists, has proper permissions, and can reach the target system. Review CloudWatch logs for the rotation function.

Secret access denied

Verify the IAM policy is attached to the correct principal, the KMS key policy allows decryption (and kms:GenerateDataKey for write/rotation), and the principal is using HTTPS. See the full procedure for details.

aws की और Skills

agents-build
aws
Use to extend an existing agent project with memory, app integration, VPC, multi-agent, migration, model, browser, code interpreter, payments, or resource…
official
agents-connect
aws
अपने एजेंट को Gateway के माध्यम से बाहरी APIs, टूल्स, या सेवाओं से जोड़ते समय, या Cedar नीतियों के साथ टूल एक्सेस प्रतिबंधित करते समय उपयोग करें। Gateway सेटअप, लक्ष्य…
official
agents-debug
aws
इसका उपयोग तब करें जब आपका एजेंट या वातावरण खराब हो — गलत उत्तर, त्रुटियाँ, टाइमआउट, टूल विफलताएँ, या CLI समस्याएँ। मूल कारणों का निदान करने के लिए ट्रेस और लॉग पढ़ता है।…
official
agents-deploy
aws
Use when deploying your agent to AWS, or when a deploy has failed. Handles pre-flight validation, CDK/IAM/quota error diagnosis, version management, rollback,…
official
agents-get-started
aws
तब उपयोग करें जब कोई डेवलपर नया एजेंट प्रोजेक्ट बनाना चाहता है या AgentCore के साथ शुरुआत करना चाहता है। फ्रेमवर्क चयन, प्रोजेक्ट स्कैफोल्डिंग, पहली डिप्लॉयमेंट, और… को संभालता है।
official
agents-harden
aws
अपने एजेंट को प्रोडक्शन के लिए तैयार करते समय उपयोग करें — IAM स्कोपिंग, इनबाउंड प्रमाणीकरण (JWT, SigV4), सीक्रेट्स प्रबंधन, कोल्ड स्टार्ट अनुकूलन, सत्र जीवनचक्र, दर…
official
agents-pay
aws
Use when THIS agent needs to pay for x402-protected content at runtime: hitting a paywall mid-task, settling it via AgentCore Payments, and applying…
official
amazon-aurora-mysql
aws
Amazon Aurora MySQL — विशेष रूप से Aurora MySQL क्लस्टर बनाता, संशोधित करता और उन पर सलाह देता है (MySQL-संगत इंजन, Aurora serverless, parallel query)।…
official