Easy1 markMultiple Choice
Domain 3.3: Database PerformancePerformanceRDSRead Replicas

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

A company has a multi-tier application. The database tier runs on Amazon RDS for MySQL. The application experiences heavy read traffic, causing the primary database instance to become a bottleneck. <br/><br/>How can the solutions architect improve performance MOST cost-effectively?

Answer options:

A.

Change the RDS instance to a Multi-AZ deployment.

B.

Create an RDS Read Replica and update the application to direct read queries to it.

C.

Migrate the database to Amazon DynamoDB.

D.

Increase the size of the primary RDS instance.

How to approach this question

Identify the standard pattern for scaling read-heavy relational databases.

Full Answer

B.Create an RDS Read Replica and update the application to direct read queries to it.✓ Correct
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.

Common mistakes

Confusing Multi-AZ (for HA) with Read Replicas (for performance).

Practice the full AWS SAA-C03 Practice Exam 4

65 questions · hints · full answers · grading

More questions from this exam