Easy1 markMultiple Choice
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?
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
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert