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

A company has an application that runs on Amazon EC2 instances and uses an Amazon Aurora database. The EC2 instances connect to the database by using user names and passwords that are stored locally in a file. The company wants to minimize the operational overhead of credential management.
What should a solutions architect do to accomplish this goal?

Answer options

Correct answer: A

Explanation

The correct answer is A, as AWS Secrets Manager is designed specifically for managing and rotating credentials with minimal operational overhead. Option B, while also a valid choice for parameter management, does not specialize in secret rotation as effectively as Secrets Manager. Options C and D involve more complex and less secure methods of storing credentials, which do not effectively minimize operational overhead.