Question 475:
A Company is currently hosting an application that connects to a MySQL AWS RDS Instance. The application behaves fine when there are 20 lookups against the database. When the lookups start to increase, the performance of the application starts to degrade. Which of the following can be added to the architecture to alleviate the performance issue?
Answer options:
A.Create a Read Replica for the database. B.Enable Multi-AZ for the database. C.Place the database behind a Cloudfront distribution. D.Create a snapshot of the database.