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


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

Computer Science & Information Technology

You might also like to view...

_________ returns the last character in a StringBuilder variable named strBuf?

a. strBuf.charAt(strBuf.length() - 1) b. strBuf.charAt(strBuf.capacity() - 1) c. StringBuilder.charAt(strBuf.length() - 1) d. StringBuilder.charAt(strBuf.capacity() - 1)

Computer Science & Information Technology

One purpose of a database is to store data so that information can be obtained easily by asking questions

Indicate whether the statement is true or false

Computer Science & Information Technology

Obtaining a Windows ID through Windows 8 is free

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ___________ converts all the statements in a program in a single batch, and the resulting collection of instructions, called ________, is placed in a new file.?

A. ?constant, variable B. object code, compiler? C. ?compiler, object code D. ?interpreter, compiler

Computer Science & Information Technology