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

An application is using an Amazon RDS for MySQL Multi-AZ DB instance in the us-east-1 Region. After a failover test, the application lost the connections to the database and could not re-establish the connections. After a restart of the application, the application re-established the connections.

A solutions architect must implement a solution so that the application can re-establish connections to the database without requiring a restart.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because creating an RDS proxy allows the application to maintain a persistent connection to the database, even during failover events. The other options either involve unnecessary migrations or do not provide a direct solution for maintaining connections during failovers.