What AWS services should be used meet these requirements?

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 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



Leave a Reply 12

Your email address will not be published. Required fields are marked *


KwagongMakisig

KwagongMakisig

should be D

KwagongMakisig

KwagongMakisig

I will take it back, it should be A.

“A readonly reporting site” – so stateless and read-replicas can be used to scale. Multi-AZ will not provide the scaling requirements

Chef

Chef

Any kind of browsing where your actions on a webserver are read-only can be stateless.

Multi AZ provides redundancy, not scale.

A.
Stateless instances for the web and application tier synchronized using Elasticache Memcached in an
autoscaimg group monitored with CloudWatch. And RDSwith read replicas

VSR

VSR

Thanks , thats a neat explanation

Apps

Apps

A is correct Ans

recovery22

recovery22

A, readonly is stateless and read-replicas for scale

Satish Nandi

Satish Nandi

Stateless instances for the web and application tier synchronized using ElastiCache Memcached in an autoscaimg group monitored with CloudWatch and RDS with read replicas. because “A readonly reporting site” – so stateless and read-replicas can be used to scale

Satish Nandi

Satish Nandi

So Ans is A