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

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 integrates with Amazon Aurora to support automatic, out-of-the-box credential rotation with minimal configuration, making Option A the choice with the least operational effort. Options B, C, and D are incorrect because they require designing, writing, and maintaining custom AWS Lambda functions to handle the rotation logic, as well as managing additional storage and access permissions. Using Secrets Manager eliminates this custom code and administrative overhead entirely.