AWS Certified Database – Specialty — Question 304

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?

Answer options

Correct answer: A

Explanation

Creating an Amazon RDS read replica offloads the read-heavy reporting traffic from the primary DB instance, which directly addresses the performance issues. Multi-AZ standby replicas in Amazon RDS are strictly for high availability and disaster recovery, meaning they cannot accept read traffic. Additionally, cluster endpoints are a feature of Amazon Aurora and do not apply to standard Amazon RDS for MySQL instances.