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

A company hosts a multi-tier web application that uses an Amazon Aurora MySQL DB cluster for storage. The application tier is hosted on Amazon EC2 instances. The company's IT security guidelines mandate that the database credentials be encrypted and rotated every 14 days.
What should a solutions architect do to meet this requirement with the LEAST operational effort?

Answer options

Correct answer: A

Explanation

AWS Secrets Manager natively supports rotating credentials for Amazon Aurora MySQL DB clusters automatically without requiring custom AWS Lambda code, making it the option with the least operational effort. Other methods involving Systems Manager Parameter Store, Amazon EFS, or Amazon S3 require writing, testing, and maintaining custom rotation code. Therefore, utilizing Secrets Manager's built-in rotation feature is the most efficient solution.