List of questions
Related questions
Question 659 - SAA-C03 discussion
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?
A.
Add functionality to the script to identify the instance that has the fewest active connections. Configure the script to read from that instance to report the total new entries.
B.
Create a read replica of the database. Configure the script to query only the read replica to report the total new entries.
C.
Instruct the development team to manually export the new entries for the day in the database at the end of each day.
D.
Use Amazon ElastiCache to cache the common queries that the script runs against the database.
Your answer:
0 comments
Sorted by
Leave a comment first