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

An ecommerce company runs its application on AWS. The application uses an Amazon Aurora PostgreSQL cluster in Multi-AZ mode for the underlying database. During a recent promotional campaign, the application experienced heavy read load and write load. Users experienced timeout issues when they attempted to access the application.

A solutions architect needs to make the application architecture more scalable and highly available.

Which solution will meet these requirements with the LEAST downtime?

Answer options

Correct answer: C

Explanation

Adding Aurora Reader instances allows the application to scale out its read capacity to handle heavy read loads. Implementing Amazon RDS Proxy pools database connections, which prevents the application from exhausting database connection limits during traffic spikes, and it can be deployed with zero downtime. Other options, such as setting up DMS replication to ElastiCache or relying on EventBridge logging, do not directly and efficiently resolve both the read/write scaling and connection timeout issues with minimal downtime.