Question 409:
A company is hosting their website on a cluster of web servers behind a public-facing load balancer. The web application interacts with an AWS RDS database. It has been noticed that a set of similar types of queries is causing a performance bottleneck at the database layer. Which of the following architecture additions can help alleviate this issue?
Answer options:
A.Deploy ElastiCache in front of the web servers. B.Deploy ElastiCache in front of the database servers. C.Deploy Elastic Load balancer in front of the web servers. D.Enable Multi-AZ for the database.