AWS Certified Developer – Associate (DVA-C02) — Question 25

A company is migrating an on-premises database to Amazon RDS for MySQL. The company has read-heavy workloads. The company wants to refactor the code to achieve optimum read performance for queries.
Which solution will meet this requirement with LEAST current and future effort?

Answer options

Correct answer: C

Explanation

The correct answer is C because deploying read replicas is specifically designed to enhance read performance without significant changes to the existing architecture. Options A and B do not significantly improve read performance and may add complexity, while option D introduces unnecessary overhead and management of an EC2 instance.