Question 215:
You’ve currently developed an application that makes use of AWS RDS – MySQL service. During the testing phase, you can see that the database is taking a performance hit. After further investigation, you can see that the same queries are causing the performance bottleneck on the application. Which of the following development steps should be taken to resolve this issue?
Answer options:
A.Use the Multi-AZ feature for the underlying database. B.Change the underlying instance type for the database. C.Use SQS queues to store the results of the query for faster access. D.Use AWS ElastiCache to store the results of the query for faster access.