PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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

B.
Stateful instances for the 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.

3 Comments on “What AWS services should be used meet these requirements?

  1. VSR says:

    if you have thought whats stateful and stateless instances?

    Stateless VS stateful Instances

    Ideally you want to be dealing with a stateless application, where terminating one node won’t produce side effects on user experience. Typical stateless apps include frontend web servers or any app that doesn’t rely on keeping session state in memory.

    Unfortunately not all software is created equal. Our use case is a video recorder for web based meetings. While the presenter is discussing slides, the recorder is watching the presentation unfolding real time.
    Try to terminate one instance with active sessions and you’re impacting user experience. But there is a solution to which we’ll come back shortly.




    1



    0

Leave a Reply

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