
Answer-first summary for fast verification
Answer: Deploy an Amazon RDS proxy, directing the application to use this proxy endpoint.
The correct answer is D: Deploy an Amazon RDS proxy, directing the application to use this proxy endpoint. Amazon RDS Proxy helps to manage the database connections efficiently. It reduces the failover time by handling database failover transparently and minimizing the disruption to the application. This results in fewer moments of unavailability and less operational overhead as it handles connection pooling and other maintenance tasks automatically.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A solutions architect is assessing an application's resilience after a database administrator performed a failover on an Amazon Aurora PostgreSQL writer instance, causing a 3-minute downtime. What is the solution with the least operational overhead to minimize downtime during scaling?
A
Increase Aurora PostgreSQL read replicas to manage load during failover.
B
Establish a secondary Aurora PostgreSQL cluster for failover, updating the application to utilize its writer endpoint.
C
Implement an Amazon ElastiCache for Memcached to alleviate load during failover.
D
Deploy an Amazon RDS proxy, directing the application to use this proxy endpoint.