AWS Certified Solutions Architect - Associate SAA-C03 Exam QuestionsBrowse all questions from this exam

AWS Certified Solutions Architect - Associate SAA-C03 Exam - Question 706


A company hosts a database that runs on an Amazon RDS instance that is deployed to multiple Availability Zones. The company periodically runs a script against the database to report new entries that are added to the database. The script that runs against the database negatively affects the performance of a critical application. The company needs to improve application performance with minimal costs.

Which solution will meet these requirements with the LEAST operational overhead?

Show Answer
Correct Answer: B

Creating a read replica of the database and configuring the script to query only the read replica is the best solution. This approach offloads the read queries from the primary database instance, thereby improving the performance of the critical application. It also entails the least operational overhead because Amazon RDS handles the replication automatically, requiring minimal management.

Discussion

4 comments
Sign in to comment
Moon239Option: B
Feb 8, 2024

Read replica

giovanna_magOption: B
Mar 11, 2024

B, read replica

mestuleOption: B
Feb 7, 2024

B looks correct

ScheldonOption: B
Jul 1, 2024

Answer B