AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 329

A company operates a globally deployed product out of multiple AWS Regions. The company's DevOps team needs to use Amazon API Gateway to deploy an API to support the product.

The API must be deployed redundantly. The deployment must provide independent availability from each company location. The deployment also must respond to a custom domain URL and must optimize performance for the API user requests.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Deploying regional API Gateway endpoints in every active region ensures independent availability and high redundancy, preventing a single region failure from taking down the entire global API. Utilizing an Amazon Route 53 latency routing policy automatically directs user traffic to the closest regional endpoint, optimizing response times. Options A, B, and D all introduce a single point of failure by hosting the API Gateway endpoint exclusively in the us-east-1 Region.