AWS Certified Database – Specialty — Question 35

A manufacturing company's website uses an Amazon Aurora PostgreSQL DB cluster.
Which configurations will result in the LEAST application downtime during a failover? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

Using the read and write Aurora endpoints (A) ensures seamless connectivity during failover. Editing cache management settings (C) optimizes performance and reduces downtime, while setting low timeout for JDBC connections (E) allows for quicker detection of failures. The other options either do not directly affect downtime during failover or could potentially lead to increased latency.