A read only news reporting site with a combined web and application tier and a database tier that receives large
and unpredictable traffic demands must be able to respond to these traffic fluctuations automatically. What
AWS services should be used meet these requirements?
A.
Stateless instances for the web and application tier synchronized using Elasticache Memcached in an
autoscaimg group monitored with CloudWatch. And RDSwith read replicas
B.
Stateful instances for me web and application tier in an autoscaling group monitored with CloudWatch and
RDS with read replicas
C.
Stateful instances for the web and application tier in an autoscaling group monitored with CloudWatch. And
multi-AZ RDS
D.
Stateless instances for the web and application tier synchronized using ElastiCache Memcached in an
autoscaling group monitored with CloudWatch and multi-AZ RDS
A – “A read only news reporting”
A,
http://www.aiotestking.com/amazon/what-aws-services-should-be-used-meet-these-requirements/
http://adrienmagnus.com/using-amazon-auto-scaling-with-stateful-applications
Stateless is where applications can be terminated without negatively impacting users: Read only web content is a great example of this. That narrows it down to the 2 answers. I’d prefer to have read replicas in this case as content is again, read only.