You work for a cosmetic company which has their production website on AWS. The site itself is in a two-tier configuration with web servers in the front end and database servers at the back end. The site uses using Elastic Load Balancing and Auto Scaling. The databases maintain consistency by replicating changes to each other as and when they occur. This requires the databases to have extremely low latency. Your website needs to be highly redundant and must be designed so that if one availability zone goes offline and Auto Scaling cannot launch new instances in the remaining Availability Zones the site will not go offline. How can the current architecture be enhanced to ensure this?
A. Deploy your site in three different AZ's within the same region. Configure the Auto Scaling minimum to handle 50 percent of the peak load per zone.
B. Deploy your website in 2 different regions. Configure Route53 with a failover routing policy and set up health checks on the primary site.
C. Deploy your site in three different AZ's within the same region. Configure the Auto Scaling minimum to handle 33 percent of the peak load per zone.
D. Deploy your website in 2 different regions. Configure Route53 with Weighted Routing. Assign a weight of 25% to region 1 and a weight of 75% to region 2.
Answer: A. Deploy your site in three different AZ's within the same region. Configure the Auto Scaling minimum to handle 50 percent of the peak load per zone.
You might also like to view...
Which of the following is used by radio frequency identification for automatic collection of data?
A) micro transmitting stations B) transponders C) cell phones D) hand-held devices
The TCP/IP protocol divides documents, e-mail, photos, and other digital messages into standard-sized ____ of data.
A. pockets B. packets C. files D. folders
Which type of chart would be the best to chart the number of votes each candidate received compared to the total number of votes cast?
A) line chart B) pie chart C) bar chart D) column chart
A ____ is a variable that is defined inside a function and used without having any role in the communication between functions.
A. global variable B. local variable C. defined variable D. function variable E. constant variable