SAP-C02 · Question #318
A company is providing weather data over a REST-based API to several customers. The API is hosted by Amazon API Gateway and is integrated with different AWS Lambda functions for each API operation…
The correct answer is C. Deploy a new API Gateway API and Lambda functions in another Region. Change the Route 53. https://docs.aws.amazon.com/apigateway/latest/developerguide/dns-failover.html
Question
A company is providing weather data over a REST-based API to several customers. The API is hosted by Amazon API Gateway and is integrated with different AWS Lambda functions for each API operation. The company uses Amazon Route 53 for DNS and has created a resource record of weather.example.com. The company stores data for the API in Amazon DynamoDB tables. The company needs a solution that will give the API the ability to fail over to a different AWS Region. Which solution will meet these requirements?
Options
- ADeploy a new set of Lambda functions in a new Region. Update the API Gateway API to use an
- BDeploy a new API Gateway API and Lambda functions in another Region. Change the Route 53
- CDeploy a new API Gateway API and Lambda functions in another Region. Change the Route 53
- DDeploy a new API Gateway API in a new Region. Change the Lambda functions to global
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- C71% (17)
- D17% (4)
Explanation
https://docs.aws.amazon.com/apigateway/latest/developerguide/dns-failover.html
Community Discussion
No community discussion yet for this question.