Question 126:
A read-only news reporting site has a web application tier in EC2 and a database tier in RDS. The website receives large and unpredictable read traffic and automatically responds to these traffic fluctuations. Which of the following AWS services are the most suitable to meet the requirements?
Answer options:
A.Stateless instances for the web application tier in an auto-scaling group monitored with CloudWatch. RDS configured with read replicas. Add Amazon ElastiCache for RDS. B.Stateful instances for the web application tier in an auto-scaling group monitored with CloudWatch. RDS with read replicas. C.Stateful instances for the web application tier in an auto-scaling group monitored with CloudWatch. RDS with Multi-AZ. D.Stateless instances for the web application tier in an auto-scaling group monitored with CloudWatch. RDS with Multi-AZ.