AWS Certified Cloud Practitioner — Question 446

Which of the following is a method for building a highly available application on AWS?

Answer options

Correct answer: A

Explanation

Deploying independent copies of an application across multiple Availability Zones ensures high availability because if one zone experiences an outage, the other zones can continue to handle traffic seamlessly. Distributing codependent components across zones or restricting the deployment to a single zone introduces critical points of failure, while running mismatched versions of an application creates consistency and operational issues.