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

A company is developing a two-tier web application on AWS. The company's developers have deployed the application on an Amazon EC2 instance that connects directly to a backend Amazon RDS database. The company must not hardcode database credentials in the application. The company must also implement a solution to automatically rotate the database credentials on a regular basis.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

Option C is correct because AWS Secrets Manager is designed for securely storing and automatically rotating credentials with minimal effort. Options A and B involve more complex setups with additional components and processes, increasing operational overhead. Option D is a valid choice but does not integrate as seamlessly with automatic credential rotation compared to AWS Secrets Manager.