Multiple Choice
Your API requires the ability to stay online during AWS regional failures. Your API does not store any state, it only aggregates data from other sources - you do not have a database. What is a simple but effective way to achieve this uptime goal?
A) Use a CloudFront distribution to serve up your API. Even if the region your API is in goes down, the edge locations CloudFront uses will be fine.
B) Use an ELB and a cross-zone ELB deployment to create redundancy across datacenters. Even if a region fails, the other AZ will stay online.
C) Create a Route53 Weighted Round Robin record, and if one region goes down, have that region redirect to the other region.
D) Create a Route53 Latency Based Routing Record with Failover and point it to two identical deployments of your stateless API in two different regions. Make sure both regions use Auto Scaling Groups behind ELBs.
Correct Answer:

Verified
Correct Answer:
Verified
Q82: A legacy web application stores access logs
Q83: An application runs on Amazon EC2 instances
Q84: A company has established tagging and configuration
Q85: When using Amazon SQS how much data
Q86: A government agency has multiple AWS accounts,
Q88: A company is building a web and
Q89: To run an application, a DevOps Engineer
Q90: A company is using AWS CodePipeline to
Q91: Your team is responsible for an AWS
Q92: To monitor API calls against our AWS