CLF-C02 · Question #228
A company wants to deploy an application in multiple Availability Zones in a single AWS Region. Which benefit will this deployment provide to the company?
The correct answer is B. Resilient architecture and a highly available solution. Multi-AZ Deployment Benefits Deploying across multiple Availability Zones (AZs) within a Region provides fault tolerance and high availability - if one AZ experiences an outage (power failure, natural disaster, etc.), your application continues running in the other AZs without in
Question
A company wants to deploy an application in multiple Availability Zones in a single AWS Region. Which benefit will this deployment provide to the company?
Options
- AImproved connection performance for global customers
- BResilient architecture and a highly available solution
- CReduced overall data storage costs
- DAbility to shut down an Availability Zone during periods of low demand
How the community answered
(70 responses)- A7% (5)
- B89% (62)
- C1% (1)
- D3% (2)
Explanation
Multi-AZ Deployment Benefits
Deploying across multiple Availability Zones (AZs) within a Region provides fault tolerance and high availability - if one AZ experiences an outage (power failure, natural disaster, etc.), your application continues running in the other AZs without interruption, making B the correct answer.
Why the distractors are wrong:
- A is incorrect because AZs exist within a single Region, so spreading across them doesn't improve performance for global customers - you'd need multiple Regions or a CDN like CloudFront for that.
- C is incorrect because deploying in more AZs typically increases storage costs due to data replication, not reduces them.
- D is incorrect because AWS customers cannot shut down or control individual AZs - AWS manages all underlying infrastructure.
Memory Tip: Think of AZs as separate "buildings" within the same city (Region). If one building catches fire, your business keeps running from the others - that's resilience and high availability. For global reach, you'd need offices in different cities (Regions).
Topics
Community Discussion
No community discussion yet for this question.