AWS Cloud Practitioner CLF-C02 Sign in Try 10 free questions

Free CLF-C02 practice questions: Regions & Availability Zones

One idea does most of the work here: spread across Availability Zones to survive a data-center failure. Six questions, 2026 edition.

Here are 6 typical Region and Availability Zone questions in the exam's own style — free, with the answer explained, no sign-up.

Straight to the 6 free questions ↓

Regions and Availability Zones look like geography and are really about resilience. The CLF-C02 does not test map knowledge; it tests whether you understand that spreading a workload across Availability Zones is how you survive the failure of a data center. One idea, applied several ways.

What an Availability Zone is

An Availability Zone is one or more discrete data centers, with their own power, cooling and networking, isolated from the other zones in the Region. A Region is a geographic area made up of multiple such zones. That structure is deliberate: the zones are physically separated so that a power cut, flood or fire in one does not touch the others. This is fault isolation, and it is the whole reason AWS builds Regions out of several zones rather than one big data center.

The idea that carries the topic: spread across zones

High availability within a Region comes from one move: deploy across multiple Availability Zones. Two instances in two different zones survive the loss of one zone; two instances in the same zone both go down with it. A single large instance, however powerful, is still one point of failure. Whenever a question asks how to keep something running through a data-center outage, the answer is “more than one Availability Zone.”

Because AWS connects the zones with high-bandwidth, low-latency private links, spreading one application across them is fast and practical — you are not stitching zones together over the public internet.

What Availability Zones are not

They are not edge locations. Edge locations are a separate, much larger network used to cache content close to users for services like CloudFront — you do not run your instances there. If a question offers an edge location as the place to achieve in-Region high availability, it is a distractor.

How to use the questions below

Answer each one before opening the explanation, then read past the correct letter to why the other three fail. The distractors here are always “one zone instead of several,” or an edge location offered where a zone belongs. Reaching for “spread across Availability Zones” is the reflex the exam rewards, and the reasoning below trains it.

An AWS Region containing three isolated Availability Zones, each a group of one or more discrete data centers with independent power and networking, connected by high-bandwidth low-latency private links. An application is spread across two zones so it survives the failure of one.

6 free CLF-C02 practice questions

Answers and explanations — no email wall
CLF-C02 Question 1 of 6

What is an AWS Availability Zone?

Answer: A — One or more discrete data centers with independent power and networking, isolated within a Region

An Availability Zone is one or more physically separate data centers, with their own power, cooling and networking, isolated from other zones but inside the same Region. Why not the others: a global network of caching locations describes edge locations. A single server is far too small. And an AZ is not a Region — a Region contains several AZs.

CLF-C02 Question 2 of 6

How do you make an application highly available within a single Region?

Answer: A — Deploy it across multiple Availability Zones

Spreading across multiple Availability Zones means the failure of one zone does not take the whole application down — the essence of high availability in a Region. Why not the others: a single large instance in one AZ is still one point of failure. More storage does nothing for availability. Edge locations serve cached content; they do not run your application.

CLF-C02 Question 3 of 6

Why are Availability Zones physically separated within a Region?

Answer: A — So a failure such as a power outage or flood in one zone does not affect the others

The separation is about fault isolation: distinct locations with independent power and networking mean a physical problem in one zone is contained. Why not the others: separation is not a cost mechanism. Latency between zones is kept low, not increased. And zones are not assigned per customer — everyone can use all of them.

CLF-C02 Question 4 of 6

What does an AWS Region consist of?

Answer: A — Multiple, isolated Availability Zones

A Region is a geographic area made up of multiple Availability Zones, which is what makes in-Region high availability possible. Why not the others: it is not a single data center — that would defeat resilience. Edge locations are a separate network for content delivery. And a Region always has more than one zone, precisely so you can spread across them.

CLF-C02 Question 5 of 6

Which deployment is more resilient to the failure of a single data center?

Answer: A — Two instances in two different Availability Zones

Instances in two different zones survive the loss of one zone, because the zones are isolated from each other. Why not the others: two instances in the same zone both fail if that zone does. A bigger disk does nothing for resilience. Edge locations are for content delivery and are not where you run application instances.

CLF-C02 Question 6 of 6

What connects the Availability Zones within a Region?

Answer: A — High-bandwidth, low-latency private network links

AWS connects the zones in a Region with fast, private, low-latency links, which is what makes spreading a single application across zones practical. Why not the others: it is not the public internet, and you do not have to build a VPN between them. Edge locations are a separate content-delivery network, not the inter-zone connection.

That is exactly how every question in the course works — answer, explanation, why-not. The real set continues in the practice player: 10 free questions, no sign-up.

Continue with the 10 free questions →

Those 6 questions were the start.

The exam does not test whether you recognise a term — it tests whether you can rule out three plausible answers under time pressure. That is what the explanations above are for, and there are 390 more questions built exactly like them.

Collecting questions yourself

  • Scattered across forums, of unknown age
  • Answer keys without reasoning
  • No idea which domain you are weak in

Practising with a system

  • 390 questions in 6 full tests, CLF-C02 (2026)
  • Every option explained — including the wrong ones
  • Readiness per exam domain, and drills for your weakest
Start free — 10 questions

Straight into the player. No account, no email.

Frequently asked questions

Is this the current CLF-C02 format?
Yes — these questions follow the CLF-C02 exam guide (2026 edition). Regions and Availability Zones sit in the Cloud Technology and Services domain, the largest on the exam at 34%, and the Multi-AZ resilience idea appears in many questions beyond those that name AZs directly.
Are these real exam questions?
No. They are our own questions, written in the style and difficulty of the exam. Reproducing real exam items violates the AWS certification agreement and can get your certification revoked, and a memorised item teaches you nothing about the one you have not seen.
How is this different from AWS global infrastructure in general?
This page is about the zone level — what an Availability Zone is and how spreading across zones gives you resilience inside a Region. The wider picture of choosing a Region, and edge locations for content delivery, is a related but separate topic.
What is the one sentence to remember?
Spread across Availability Zones to survive the loss of a data center. A Region has several isolated zones connected by fast private links; putting your workload in more than one is how you get high availability.

Updated for CLF-C02 (July 2026). The sample questions above are our own work in the style of the exam — not real exam items. The exam itself is set and marked by the certification body.