AWS Certified Solutions Architect – Associate (SAA-C02) — Question 504

A company has several web servers that need to frequently access a common Amazon RDS MySQL Multi-AZ DB instance. The company wants a secure method for the web servers to connect to the database while meeting a security requirement to rotate user credentials frequently.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

AWS Secrets Manager natively supports automatic rotation for Amazon RDS database credentials, making it the ideal choice to satisfy the frequent rotation requirement securely. Other options like Amazon S3, local encrypted files, or AWS Systems Manager OpsCenter do not offer built-in, automated credential rotation for RDS. Using Secrets Manager combined with IAM roles on the web servers ensures secure, programmatic access without hardcoding credentials.