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

A global ecommerce company runs its critical workloads on AWS. The workloads use an Amazon RDS for PostgreSQL DB instance that is configured for a Multi-AZ deployment.

Customers have reported application timeouts when the company undergoes database failovers. The company needs a resilient solution to reduce failover time.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Amazon RDS Proxy reduces database failover times by preserving client connections and automatically routing traffic to the new primary DB instance without requiring application-side connection retries. Creating a read replica helps with read scaling but does not speed up the primary instance's failover process. Performance Insights and copying snapshots are useful for monitoring and disaster recovery respectively, but neither addresses or reduces failover transition times.