- A
Launch all EC2 instances in a single Availability Zone to ensure low latency between instances.
Why wrong: This is incorrect because a single Availability Zone can fail entirely if its data center suffers an outage. Placing all instances in one AZ creates a single point of failure and does not provide high availability.
- B
Deploy the EC2 instances across two or more Availability Zones within the us-east-1 Region.
This is correct. Availability Zones are physically separate data centers within a Region. Running instances in multiple AZs ensures that the application remains available if one AZ goes offline, because the other AZs continue operating. This is a standard best practice for high availability.
- C
Deploy the EC2 instances in multiple AWS Regions, such as us-east-1 and eu-west-1.
Why wrong: This is not the best answer for a data center outage. While multiple Regions protect against a Region-wide disaster, they introduce higher latency, complexity, and cost. The question specifies a data center failure within the same Region, which is best addressed by multiple Availability Zones, not multiple Regions.
- D
Use separate AWS accounts for each EC2 instance to isolate the workload from a data center failure.
Why wrong: This is incorrect because AWS accounts are administrative boundaries, not physical infrastructure isolation. Instances in different accounts could still reside in the same Availability Zone and would be affected by a data center outage. AWS account separation does not provide fault tolerance against infrastructure failures.
Quick Answer
The correct strategy is to deploy the EC2 instances across two or more Availability Zones within the us-east-1 Region. This works because each Availability Zone is a physically separate data center with its own independent power, cooling, and networking, so if one entire zone fails due to a power outage, the application continues running in the other zones. On the AWS Certified Cloud Practitioner CLF-C02 exam, this scenario tests your understanding of high availability at the infrastructure layer versus disaster recovery across Regions—a common trap is choosing multi-Region deployment, which adds unnecessary latency and cost for this requirement. Remember that Availability Zones are designed for fault tolerance within a Region, while Regions are for geographic disaster recovery. A simple memory tip: think of Availability Zones as your “local backup” for data center failures, and Regions as your “global backup” for regional catastrophes.
CLF-C02 Cloud Concepts Practice Question
This CLF-C02 practice question tests your understanding of cloud concepts. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company is designing a critical web application that must remain available even if an entire data center goes offline due to a power outage. The application will run on Amazon EC2 instances in the us-east-1 Region. Which AWS infrastructure strategy should the company use to meet this high-availability requirement?
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 EC2 instances across two or more Availability Zones within the us-east-1 Region.
Option B is correct because deploying EC2 instances across two or more Availability Zones (AZs) within a single AWS Region protects against an entire data center failure. Each AZ is physically separated, with independent power, cooling, and networking, so if one AZ goes offline, the application continues running in the other AZs. This design meets the high-availability requirement without the complexity and latency of multi-Region deployment.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Launch all EC2 instances in a single Availability Zone to ensure low latency between instances.
Why it's wrong here
This is incorrect because a single Availability Zone can fail entirely if its data center suffers an outage. Placing all instances in one AZ creates a single point of failure and does not provide high availability.
- ✓
Deploy the EC2 instances across two or more Availability Zones within the us-east-1 Region.
Why this is correct
This is correct. Availability Zones are physically separate data centers within a Region. Running instances in multiple AZs ensures that the application remains available if one AZ goes offline, because the other AZs continue operating. This is a standard best practice for high availability.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Deploy the EC2 instances in multiple AWS Regions, such as us-east-1 and eu-west-1.
Why it's wrong here
This is not the best answer for a data center outage. While multiple Regions protect against a Region-wide disaster, they introduce higher latency, complexity, and cost. The question specifies a data center failure within the same Region, which is best addressed by multiple Availability Zones, not multiple Regions.
- ✗
Use separate AWS accounts for each EC2 instance to isolate the workload from a data center failure.
Why it's wrong here
This is incorrect because AWS accounts are administrative boundaries, not physical infrastructure isolation. Instances in different accounts could still reside in the same Availability Zone and would be affected by a data center outage. AWS account separation does not provide fault tolerance against infrastructure failures.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse Availability Zones with Regions, thinking that multi-Region deployment is required for high availability, when in fact deploying across multiple AZs within a single Region is sufficient and more cost-effective for surviving a data center failure.
Detailed technical explanation
How to think about this question
Under the hood, each Availability Zone is a distinct physical location with its own independent power grid, cooling, and network connectivity, connected to other AZs via low-latency, redundant fiber links. When using an Elastic Load Balancer (ALB or NLB) with cross-zone load balancing, traffic is automatically distributed across healthy instances in multiple AZs, and Auto Scaling groups can be configured to maintain a minimum number of instances per AZ. A real-world scenario: during the 2021 AWS us-east-1 Kinesis outage, applications deployed across multiple AZs remained available while single-AZ deployments failed.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Cloud Concepts — study guide chapter
Learn the concepts, then practise the questions
- →
Cloud Concepts practice questions
Targeted practice on this topic area only
- →
All CLF-C02 questions
1,024 questions across all exam domains
- →
AWS Certified Cloud Practitioner CLF-C02 study guide
Full concept coverage aligned to exam objectives
- →
CLF-C02 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CLF-C02 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Cloud Concepts practice questions
Practise CLF-C02 questions linked to Cloud Concepts.
Security and Compliance practice questions
Practise CLF-C02 questions linked to Security and Compliance.
Cloud Technology and Services practice questions
Practise CLF-C02 questions linked to Cloud Technology and Services.
Billing, Pricing, and Support practice questions
Practise CLF-C02 questions linked to Billing, Pricing, and Support.
AWS shared responsibility model practice questions
Practise CLF-C02 questions linked to AWS shared responsibility model.
AWS IAM practice questions
Practise CLF-C02 questions linked to AWS IAM.
AWS pricing practice questions
Practise CLF-C02 questions linked to AWS pricing.
AWS support plans practice questions
Practise CLF-C02 questions linked to AWS support plans.
AWS S3 practice questions
Practise CLF-C02 questions linked to AWS S3.
AWS EC2 practice questions
Practise CLF-C02 questions linked to AWS EC2.
Practice this exam
Start a free CLF-C02 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this CLF-C02 question test?
Cloud Concepts — This question tests Cloud Concepts — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Deploy the EC2 instances across two or more Availability Zones within the us-east-1 Region. — Option B is correct because deploying EC2 instances across two or more Availability Zones (AZs) within a single AWS Region protects against an entire data center failure. Each AZ is physically separated, with independent power, cooling, and networking, so if one AZ goes offline, the application continues running in the other AZs. This design meets the high-availability requirement without the complexity and latency of multi-Region deployment.
What should I do if I get this CLF-C02 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more ways this is tested on CLF-C02
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company is designing a highly available application that must remain operational even if a single physical data center fails. The application will be deployed in the us-east-1 Region. The company wants to distribute the application across multiple physical locations within the Region, where each location has independent power, cooling, and networking. Which AWS Global Infrastructure component should the company use to meet this requirement?
medium- A.AWS Region
- ✓ B.Availability Zone
- C.Edge Location
- D.Local Zone
Why B: Availability Zones (AZs) are distinct physical locations within an AWS Region, each with independent power, cooling, and networking, and are interconnected through low-latency links. By deploying the application across multiple AZs, the company ensures high availability and fault tolerance against the failure of a single physical data center. This directly meets the requirement to remain operational even if one physical data center fails.
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.