CLF-C02 Cloud Technology and Services Practice Question
A company uses AWS and wants to make their application fault tolerant against the failure of an entire AWS Region. Which approach achieves Region-level fault tolerance?
⚠ Common exam trap
Many exam-takers confuse high availability within a Region (using multiple Availability Zones) with disaster recovery across Regions, and incorrectly assume that deploying across Availability Zones alone provides Region-level fault tolerance.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Deploy the application in multiple AWS Regions with Route 53 failover routing
Deploying the application in multiple AWS Regions and using Route 53 failover routing ensures that if an entire Region becomes unavailable, traffic is automatically redirected to a healthy Region. This is the only approach that provides fault tolerance against a complete Region failure, as Availability Zones within a single Region cannot protect against a Region-wide outage.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Deploy resources across multiple Availability Zones within a single Region
Why it's wrong here
Availability Zones are isolated data centers within a Region, each with independent power, cooling, and networking, so a multi-AZ deployment keeps the application available if a single AZ fails. However, a regional disaster—such as a large-scale earthquake, flood, or utility grid failure—can affect every AZ in that Region simultaneously. Thus, multi-AZ redundancy is a high-availability measure, not a disaster recovery solution, because it never provides geographic separation.
- ✓
Deploy the application in multiple AWS Regions with Route 53 failover routing
Why this is correct
Deploying the application in multiple AWS Regions and attaching Amazon Route 53 failover routing creates a primary/secondary architecture where Route 53 health checks continuously monitor the primary endpoint. When the health check fails, Route 53 automatically responds to DNS queries with the secondary Region's endpoint, instantly shifting traffic away from the impacted Region. Because each AWS Region is completely independent—with its own data centers, power grid, and network—this design offers true disaster recovery, allowing the application to remain reachable even if an entire Region becomes unavailable.
- ✗
Use Reserved Instances in a single Region for guaranteed capacity
Why it's wrong here
Reserved Instances are a billing and pricing commitment that gives you a discounted hourly rate in exchange for a one- or three-year term, and, if you choose a zonal reservation, they can also reserve compute capacity in a specific Availability Zone. However, they are not a deployment or architecture decision; they do not place any workload in another Region or provide any automatic failover capability. If the Region hosting the instance fails, the Reserved Instance still exists but is useless because the physical instance in that Region is unavailable—so this option is entirely unrelated to disaster recovery.
- ✗
Enable S3 versioning in a single Region
Why it's wrong here
S3 versioning allows you to keep multiple versions of an object within the same bucket, which protects against accidental deletion or overwrite by restoring an earlier version. But every version is stored in the same S3 bucket and in the same AWS Region as the original object, so no data is copied to another geographic location. If that Region has a catastrophic outage, the bucket and all its versions become inaccessible, meaning versioning provides data-resilience within a Region, not cross-Region disaster recovery.
Go deeper
Related to this question
About these practice questions
Courseiva writes every CLF-C02 question from scratch — 988 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.