AWS Certified DevOps Engineer – Professional — Question 77

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?

Answer options

Correct answer: B

Explanation

Option B is correct because it utilizes latency-based routing and health checks, ensuring users are directed to the nearest API Gateway for optimal performance. The use of a DynamoDB global table allows for efficient data access across different regions. The other options either lack optimal routing strategies or do not provide the necessary reliability and speed by using regional tables instead of a global table.