
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company has a stateless web application that runs on AWS Lambda functions that are invoked by Amazon API Gateway. The company wants to deploy the application across multiple AWS Regions to provide Regional failover capabilities.
What should a solutions architect do to route traffic to multiple Regions?
A
Create Amazon Route 53 health checks for each Region. Use an active-active failover configuration.
B
Create an Amazon CloudFront distribution with an origin for each Region. Use CloudFront health checks to route traffic.
C
Create a transit gateway. Attach the transit gateway to the API Gateway endpoint in each Region. Configure the transit gateway to route requests.
D
Create an Application Load Balancer in the primary Region. Set the target group to point to the API Gateway endpoint hostnames in each Region.
Explanation:
Correct Answer: A
Amazon Route 53 is the appropriate AWS service for implementing multi-region failover and routing traffic across multiple AWS Regions. Here's why:
Option B (CloudFront):
Option C (Transit Gateway):
Option D (Application Load Balancer):
To implement this solution, the solutions architect would:
This approach provides the most reliable and AWS-native solution for multi-region failover with stateless applications.