AWS Certified Solutions Architect – Professional (SAP-C02) — Question 186

A solutions architect needs to improve an application that is hosted in the AWS Cloud. The application uses an Amazon Aurora MySQL DB instance that is experiencing overloaded connections. Most of the application’s operations insert records into the database. The application currently stores credentials in a text-based configuration file.

The solutions architect needs to implement a solution so that the application can handle the current connection load. The solution must keep the credentials secure and must provide the ability to rotate the credentials automatically on a regular basis.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because deploying an Amazon RDS Proxy can help manage database connections more efficiently and storing credentials in AWS Secrets Manager ensures they are secure and can be rotated automatically. Option B does not provide the same level of security for credential rotation, while options C and D do not address the connection load issue effectively.