AWS Certified Solutions Architect – Professional (SAP-C02) — Question 104

A company has an asynchronous HTTP application that is hosted as an AWS Lambda function. A public Amazon API Gateway endpoint invokes the Lambda function. The Lambda function and the API Gateway endpoint reside in the us-east-1 Region. A solutions architect needs to redesign the application to support failover to another AWS Region.

Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

Option D is correct because it involves deploying both the Lambda function and the API Gateway endpoint in the us-west-2 Region, allowing for proper failover capabilities. Options A and C do not adequately create a failover situation since they still rely on the us-east-1 Region. Option B introduces an SQS queue but does not address the need for a failover setup between regions.