Which statement best describes the AWS global infrastructure concept of an Availability Zone (AZ)?
An Availability Zone (AZ) is one or more discrete data centers with independent power, cooling, and physical security, located within an AWS Region. These zones are interconnected through low-latency, highly redundant, and high-bandwidth links to other AZs in the same Region. Because each AZ is electrically and physically isolated, a failure in one does not affect the others, enabling fault-tolerant application architectures across multiple AZs.
Why this answer
An Availability Zone (AZ) consists of one or more discrete data centers with independent power, cooling, and physical networking, connected to each other through low-latency links within a single AWS Region. This design ensures that if one AZ fails, applications can continue operating in other AZs, providing high availability and fault tolerance. Option B correctly captures this definition, as it emphasizes the discrete, redundant infrastructure that makes an AZ distinct from a Region or a data center.
Exam trap
The trap here is that candidates often confuse an Availability Zone with a single data center or with a Region, but AWS explicitly defines an AZ as one or more discrete data centers, not just one, and it is a subset of a Region, not the Region itself.
How to eliminate wrong answers
Option A is wrong because it describes an AWS Region, not an Availability Zone; a Region is a separate geographic area containing multiple AZs, while an AZ is a specific set of data centers within that Region. Option C is wrong because it describes an Amazon CloudFront edge location, which is a CDN cache point used for content delivery, not an Availability Zone that hosts compute and storage resources. Option D is wrong because it describes a Virtual Private Cloud (VPC), which is a logically isolated section of the AWS Cloud where you launch resources, whereas an AZ is a physical location composed of data centers.