CLF-C02 Cloud Concepts Practice Question
Amazon CloudFront serves cached content to users from the closest possible network point, with over 400 such points globally. What are these network points called?
⚠ Common exam trap
It's easy for candidates to confuse Edge Locations with Availability Zones or Local Zones, assuming all AWS infrastructure points are similar, but CloudFront's edge locations are a separate global network optimized for content delivery, not for running general AWS services.
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
✓
Edge Locations
Amazon CloudFront uses a global network of edge locations to cache and serve content to users with low latency. These edge locations are distinct from AWS Regions and Availability Zones, as they are specifically designed for content delivery rather than compute or storage. Option C correctly identifies these network points as Edge Locations.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Availability Zones
Why it's wrong here
Availability Zones are distinct, physically isolated data centers within an AWS Region, each with independent power, cooling, and networking feed to support high availability and fault-tolerant application architectures. They host EC2 instances, RDS databases, and other core services, but they do not run CloudFront's caching layer. CloudFront's delivery network uses edge locations, which are geographically distributed PoPs that sit between users and the origin, not AZs. Choosing an AZ would misunderstand the separation between infrastructure for application deployment and infrastructure for content delivery.
- ✗
AWS Regions
Why it's wrong here
An AWS Region is a large geographic area (e.g., us-east-1, eu-west-1) that contains multiple Availability Zones and provides a full suite of cloud services with strict data-residency boundaries. CloudFront deliberately decouples its content-caching network from the Region model by deploying edge locations across hundreds of cities in more than 90 countries. A single Region cannot cover the global latency reduction CloudFront provides, and regions are not designed for last-mile content caching. Thus, regions are a wrong answer because they represent a different layer of AWS infrastructure than CloudFront's edge network.
- ✓
Edge Locations
Why this is correct
Edge locations are the 400+ points of presence (PoPs) that form CloudFront's global content delivery network. They cache objects like images, videos, and API responses close to end users using a global network of servers, drastically reducing latency and offloading traffic from the origin. Unlike compute-focused infrastructure, edge locations perform caching and content acceleration, with TTL-based freshness controls that let content be served directly from the cache until it expires. This geographically distributed caching is exactly why an edge location is the correct answer.
- ✗
Local Zones
Why it's wrong here
Local Zones expand an AWS region closer to a metro area to run latency-sensitive workloads like gaming, media processing, or machine learning inference with single-digit millisecond latency. They consist of compute, storage, and database services provisioned for specific location-based applications, not a global CDN cache. While both aim to reduce latency, a Local Zone does not cache content for anonymous global users; it hosts the workload itself. Therefore, it cannot provide CloudFront's edge caching function, making it an incorrect choice.
Quick reference
AWS S3 Storage Class Comparison
| Storage Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-term compliance archive |
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.