DBS-C01 · Question #205
An application reads and writes data to an Amazon RDS for MySQL DB instance. A new reporting dashboard needs read-only access to the database. When the application and reports are both under heavy loa
The correct answer is A. Create a read replica of the DB instance. Configure the reports to connect to the replication. Take off only reports from the primary to read replica. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html
Question
An application reads and writes data to an Amazon RDS for MySQL DB instance. A new reporting dashboard needs read-only access to the database. When the application and reports are both under heavy load, the database experiences performance degradation. A database specialist needs to improve the database performance. What should the database specialist do to meet these requirements?
Options
- ACreate a read replica of the DB instance. Configure the reports to connect to the replication
- BCreate a read replica of the DB instance. Configure the application and reports to connect to the
- CEnable Multi-AZ deployment. Configure the reports to connect to the standby replica.
- DEnable Multi-AZ deployment. Configure the application and reports to connect to the cluster
How the community answered
(46 responses)- A83% (38)
- B9% (4)
- C2% (1)
- D7% (3)
Explanation
Take off only reports from the primary to read replica. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html
Topics
Community Discussion
No community discussion yet for this question.