Multiple Choice
A company is implementing a well-architected design for its globally accessible API stack. The design needs to ensure both high reliability and fast response times for users located in North America and Europe. The API stack contains the following three tiers: Amazon API Gateway AWS Lambda Amazon DynamoDB Which solution will meet the requirements?
A) Configure Amazon Route 53 to point to API Gateway APIs in North America and Europe using health checks. Configure the APIs to forward requests to a Lambda function in that Region. Configure the Lambda functions to retrieve and update the data in a DynamoDB table in the same Region as the Lambda function.
B) Configure Amazon Route 53 to point to API Gateway APIs in North America and Europe using latency-based routing and health checks. Configure the APIs to forward requests to a Lambda function in that Region. Configure the Lambda functions to retrieve and update the data in a DynamoDB global table.
C) Configure Amazon Route 53 to point to API Gateway in North America, create a disaster recovery API in Europe, and configure both APIs to forward requests to the Lambda functions in that Region. Retrieve the data from a DynamoDB global table. Deploy a Lambda function to check the North America API health every 5 minutes. In the event of a failure, update Route 53 to point to the disaster recovery API.
D) Configure Amazon Route 53 to point to API Gateway API in North America using latency-based routing. Configure the API to forward requests to the Lambda function in the Region nearest to the user. Configure the Lambda function to retrieve and update the data in a DynamoDB table.
Correct Answer:

Verified
Correct Answer:
Verified
Q297: A DevOps engineer is building a centralized
Q298: A DevOps Engineer uses Docker container technology
Q299: A DevOps engineer notices that all Amazon
Q300: A publishing company used AWS Elastic Beanstalk,
Q301: A company is using Docker containers for
Q303: When deploying to a Docker swarm, which
Q304: A DevOps Engineer is tasked with moving
Q305: What is the correct syntax for the
Q306: An online company uses Amazon EC2 Auto
Q307: You are building out a layer in