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.
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.