- A
Availability Zones
Why wrong: An Availability Zone is a physically separate data center within an AWS Region. It is designed for high availability and fault tolerance of compute and storage resources, not for caching content close to end users. Using multiple Availability Zones provides application resilience but does not directly reduce latency for global users.
- B
Edge Locations
Edge Locations are a global network of data centers used by Amazon CloudFront to cache copies of content closer to users. By serving content from the nearest edge location, the company reduces latency and improves load times for static assets. This is the correct solution for the described requirement.
- C
Regional Edge Caches
Why wrong: Regional Edge Caches are intermediate caching layers between CloudFront edge locations and the origin. They are larger and help reduce load on the origin for less-popular content. However, they are not as geographically distributed as edge locations and therefore not the closest to end users. For optimal latency, the company should use edge locations directly.
- D
AWS Direct Connect Locations
Why wrong: AWS Direct Connect Locations are physical points of presence where customers can establish dedicated network connections from their on-premises data centers to AWS. This service is used for private, high-bandwidth connectivity, not for caching content or improving user-facing latency. It does not serve cached content to end users.
Quick Answer
The answer is edge locations, which are the correct component of the AWS global infrastructure for caching static content close to users. Edge locations are part of the AWS CloudFront content delivery network (CDN), acting as geographically dispersed points of presence (PoPs) that cache copies of images, videos, and CSS files. When a user requests content, it is served from the nearest edge location rather than the origin server, drastically reducing latency and improving load times for a global audience. On the AWS Certified Cloud Practitioner CLF-C02 exam, this concept tests your understanding of how edge locations differ from AWS Regions and Availability Zones—a common trap is confusing them with regional data centers. Remember that edge locations are for content delivery and caching, not for running compute or storage workloads. A simple memory tip: think of edge locations as the “fast-food drive-thru” for your content—they get it to you quickly from a nearby spot, while the origin server is the kitchen far away.
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 social media company hosts a web application on AWS that serves millions of users worldwide. The application delivers static content such as images, videos, and CSS files. To improve load times for users in different geographic regions, the company wants to cache this content at AWS locations that are as close to end users as possible. Which component of the AWS global infrastructure should the company use?
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
Edge Locations are part of the AWS CloudFront content delivery network (CDN) and are specifically designed to cache static content (e.g., images, videos, CSS) at geographically dispersed points of presence (PoPs) close to end users. This reduces latency by serving content from the nearest edge location rather than the origin server, directly addressing the requirement to improve load times for a global user base.
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.
- ✗
Availability Zones
Why it's wrong here
An Availability Zone is a physically separate data center within an AWS Region. It is designed for high availability and fault tolerance of compute and storage resources, not for caching content close to end users. Using multiple Availability Zones provides application resilience but does not directly reduce latency for global users.
- ✓
Edge Locations
Why this is correct
Edge Locations are a global network of data centers used by Amazon CloudFront to cache copies of content closer to users. By serving content from the nearest edge location, the company reduces latency and improves load times for static assets. This is the correct solution for the described requirement.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Regional Edge Caches
Why it's wrong here
Regional Edge Caches are intermediate caching layers between CloudFront edge locations and the origin. They are larger and help reduce load on the origin for less-popular content. However, they are not as geographically distributed as edge locations and therefore not the closest to end users. For optimal latency, the company should use edge locations directly.
- ✗
AWS Direct Connect Locations
Why it's wrong here
AWS Direct Connect Locations are physical points of presence where customers can establish dedicated network connections from their on-premises data centers to AWS. This service is used for private, high-bandwidth connectivity, not for caching content or improving user-facing latency. It does not serve cached content to end users.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse Regional Edge Caches (which are a mid-tier cache layer) with Edge Locations (the user-facing cache), leading them to select Option C instead of B, even though the question explicitly asks for the component 'closest to end users.'
Detailed technical explanation
How to think about this question
CloudFront Edge Locations use a global network of over 600 PoPs, each running a cache that stores content based on TTL headers (e.g., Cache-Control max-age). When a user requests content, CloudFront routes the request to the nearest edge location via DNS, and if the content is not cached (a cache miss), it fetches it from the origin or a Regional Edge Cache, then caches it for subsequent requests. This architecture leverages HTTP/2 and TCP optimizations to minimize latency, and in real-world scenarios, a single cache hit at an edge location can reduce page load times by over 50% for users on different continents.
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: Edge Locations — Edge Locations are part of the AWS CloudFront content delivery network (CDN) and are specifically designed to cache static content (e.g., images, videos, CSS) at geographically dispersed points of presence (PoPs) close to end users. This reduces latency by serving content from the nearest edge location rather than the origin server, directly addressing the requirement to improve load times for a global user base.
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 →
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.