Which AWS service is used to rotate sensitive credentials automatically ?

AWS Secrets Manager is a service that helps you store, manage, and automatically rotate sensitive information such as:
• Database passwords
• API keys
• Access tokens
• Other credentials
⚙️ In Simple Terms:
AWS Secrets Manager is like a secure digital locker that keeps your passwords safe and automatically changes them regularly — without you having to do it manually.
🔁 Automatic Credential Rotation
One of its most powerful features is automatic rotation —
it can rotate secrets (like database passwords) on a schedule or on demand using AWS Lambda functions.
Example:
You can set Secrets Manager to automatically:
• Change an RDS database password every 30 days,
• Update the secret value in the app automatically,
• Without downtime or manual work.
Veuillez vous connecter pour demander, répondre, partager, aimer et voter.