AWS Certified Solutions Architect – Associate (SAA-C02) — Question 81

A company built an application that lets users check in to places they visit, rank the places, and add reviews about their experiences. The application is successful with a rapid increase in the number of users every month.
The chief technology officer fears the database supporting the current Infrastructure may not handle the new load the following month because the single Amazon
RDS for MySQL instance has triggered alarms related to resource exhaustion due to read requests.
What can a solutions architect recommend to prevent service Interruptions at the database layer with minimal changes to code?

Answer options

Correct answer: A

Explanation

Option A is correct because creating read replicas allows for distributing read requests, reducing the load on the primary database while maintaining minimal code changes. The other options involve more complex changes, such as migrating data or completely replacing the database, which would require significant code modifications and operational overhead.