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

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

AWS Secrets Manager is designed specifically for protecting secrets and offers built-in integration to automatically rotate database credentials, such as those for Amazon Aurora, with minimal operational overhead. While AWS Systems Manager Parameter Store can store parameters, it does not support native automatic rotation of database secrets. Options C and D do not reduce operational overhead for credential rotation and management.