CLF-C02 · Question #604
A company needs to deploy an application with high availability and fault tolerance. How should the company deploy the application to meet these requirements?
The correct answer is B. Across multiple Availability Zones in an AWS Region. Deploying the application across multiple Availability Zones in an AWS Region ensures high availability and fault tolerance. Availability Zones are physically separated data centers within a region that are designed to be isolated from failures in other zones. By distributing…
Question
A company needs to deploy an application with high availability and fault tolerance. How should the company deploy the application to meet these requirements?
Options
- AIn a single Availability Zone in an AWS Region
- BAcross multiple Availability Zones in an AWS Region
- CAcross multiple subnets in an Availability Zone
- DAcross multiple edge locations by using AWS Outposts
How the community answered
(23 responses)- A13% (3)
- B74% (17)
- C9% (2)
- D4% (1)
Explanation
Deploying the application across multiple Availability Zones in an AWS Region ensures high availability and fault tolerance. Availability Zones are physically separated data centers within a region that are designed to be isolated from failures in other zones. By distributing your application across multiple zones, you can ensure that if one zone experiences an issue, the other zones will continue to operate, minimizing downtime and improving reliability.
Community Discussion
No community discussion yet for this question.