Medium1 markMultiple Choice
Domain 3.3: Database PerformanceRDSRead ReplicasPerformance

AWS SAA-C03 · Question 45 · Domain 3.3: Database Performance

A popular news website uses an Amazon RDS for PostgreSQL database. During major news events, the database CPU utilization hits 100% due to a massive spike in read queries from users viewing articles. Write operations (publishing new articles) remain low.<br/><br/>Which TWO actions should a solutions architect take to improve database performance? (Select TWO.)

Answer options:

A.

Enable RDS Multi-AZ.

B.

Create an RDS Read Replica.

C.

Update the application to route read queries to the Read Replica.

D.

Migrate the database to Amazon DynamoDB.

E.

Increase the size of the RDS instance to the largest available type.

How to approach this question

Identify the RDS feature designed to scale read-heavy workloads.

Full Answer

Create an RDS Read Replica.<br/>Update the application to route read queries to the Read Replica.
Amazon RDS Read Replicas provide enhanced performance and durability for RDS database instances. They make it easy to elastically scale out beyond the capacity constraints of a single DB instance for read-heavy database workloads. The application must be updated to use the replica's endpoint for read queries.

Common mistakes

Thinking Multi-AZ improves read performance (the standby is passive).

Practice the full AWS SAA-C03 Practice Exam 6

65 questions · hints · full answers · grading

More questions from this exam