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

An ecommerce company has noticed performance degradation of its Amazon RDS based web application. The performance degradation is attributed to an increase in the number of read-only SQL queries triggered by business analysts. A solutions architect needs to solve the problem with minimal changes to the existing web application.
What should the solutions architect recommend?

Answer options

Correct answer: C

Explanation

Creating a read replica of the primary database allows the business analysts to run their read-only SQL queries without impacting the performance of the main database. This solution effectively offloads read traffic while requiring minimal changes to the existing application. The other options involve more significant architectural changes or do not specifically address the performance issue caused by increased read queries.