Q46 — AWS SAA-C03 Ch.15

Question 46 of 100 | ← Chapter 15

Q1146. A company runs a web application in a single AWS Region. A solutions architect wants to ensure that the web application can continue to operate if the application becomes unavailable in the Region.Which solution will meet this requirement?

Correct Answer: A. Deploy the application in multiple Regions. Use Amazon Route 53 DNS health checks to route traffic to a healthy Region.

Explanation

The solution that best meets the requirement for ensuring the web application can continue to operate if it becomes unavailable in the Region is:A. Deploy the application in multiple Regions. Use Amazon Route 53 DNS health checks to route traffic to a healthy Region.Multiple Regions: Deploying the application across multiple AWS Regions provides redundancy and high availability in the event of a regional failure.Amazon Route 53 DNS Health Checks: By using health checks, Route 53 can monitor the health of the application and automatically route traffic to a healthy Region if one becomes unavailable, ensuring continuous operation of the application.