AWS Certified Solutions Architect – Associate (SAA-C03) — Question 1014

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 automatic rotation for Amazon Aurora databases using pre-configured rotation templates, which requires the least operational effort. Other options like Systems Manager Parameter Store, Amazon EFS, or Amazon S3 require writing, testing, and maintaining custom AWS Lambda functions to handle the rotation logic. Using Secrets Manager minimizes custom code and leverages built-in rotation schedules directly integrated with the database cluster.