AWS Certified Database – Specialty — Question 179

A bank plans to use an Amazon RDS for MySQL DB instance. The database should support read-intensive traffic with very few repeated queries.
Which solution meets these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating a read replica allows the application to distribute read traffic effectively, optimizing performance for read-intensive workloads. Options A and B involve caching strategies, which may reduce database load but do not specifically address the need for distributing read traffic. Option C enhances availability but does not directly improve read performance.