CLF-C02 Cloud Technology and Services Practice Question
A company hosts a static website on Amazon S3. The website serves product images and documents to customers around the world. Users in distant regions report slow load times. The company wants to reduce latency for all users without changing the existing S3 bucket configuration. Which AWS service should the company use?
⚠ Common exam trap
Many exam-takers confuse AWS Global Accelerator with a CDN, but Global Accelerator optimizes network path for dynamic traffic (e.g., API calls) and does not cache static content, making CloudFront the correct choice for static website acceleration.
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
✓
Amazon CloudFront
Amazon CloudFront is a content delivery network (CDN) that caches static content (e.g., images, documents) at edge locations worldwide. By distributing content from the nearest edge location to the user, CloudFront significantly reduces latency without requiring any changes to the existing S3 bucket configuration. The origin remains the S3 bucket, and CloudFront handles the global distribution automatically.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Amazon CloudFront
Why this is correct
Amazon CloudFront is a content delivery network (CDN) that caches S3 objects at edge locations in 100+ cities worldwide, so static website files are served from a PoP close to each viewer. It terminates HTTP/HTTPS at the edge, reduces origin load by serving cached responses, and lowers latency and data transfer costs for globally distributed users. With security features such as Origin Access Control (OAC), it can keep the S3 bucket private while still serving content publicly through the distribution.
- ✗
AWS Direct Connect
Why it's wrong here
AWS Direct Connect provides a dedicated, private network connection from an on-premises data center or office to AWS for hybrid workloads requiring consistent bandwidth and lower network cost. It does not cache content, operate edge locations for end-user delivery, or accelerate web requests from arbitrary internet users; its benefit is between your network and AWS, not between AWS and website visitors. For a static S3 website the bottleneck is global viewer latency, which Direct Connect cannot address.
When this WOULD be correct
A company with a hybrid cloud setup needs a consistent, low-latency connection between its on-premises data center and AWS for real-time data replication or large-scale data migration, and the existing internet connection is unreliable or insufficient.
- ✗
Amazon Route 53
Why it's wrong here
Amazon Route 53 is a managed DNS and domain registrar service that translates names like example.com into IP addresses and can route users using latency, geoproximity, or weighted policies. It only returns the best answer, such as a CloudFront distribution domain name; it never holds or caches the website's files, so it does not reduce the transfer time for static objects. DNS caching does lower resolution time, but it has no effect on how quickly S3 content reaches the browser.
When this WOULD be correct
A company wants to route users to the nearest healthy endpoint (e.g., an Application Load Balancer) across multiple AWS regions to improve latency for dynamic content. Route 53 with latency-based routing would be the correct answer.
- ✗
AWS Global Accelerator
Why it's wrong here
AWS Global Accelerator uses static anycast IP addresses and AWS edge locations to route TCP/UDP traffic over optimized paths on the AWS backbone, improving jitter and latency for dynamic applications like gaming or UDP streaming. It does not store or cache objects, and S3 is not a supported endpoint for Global Accelerator, so it cannot offload repeated downloads of static assets. Since a static S3 website mainly benefits from edge caching, Global Accelerator is the wrong layer for this scenario.
When this WOULD be correct
A company has a dynamic web application hosted on EC2 instances in a single AWS region, and users worldwide experience high latency. The application uses TCP-based protocols and requires fast failover across multiple regions. AWS Global Accelerator would be the correct answer because it provides static IP addresses and routes traffic over the AWS global network to the optimal endpoint, improving performance for non-cacheable, dynamic content.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The CLF-C02 exam frequently reuses these exact scenarios with slightly different constraints.
✓Amazon CloudFrontCorrect answer▾
Why this is correct
Amazon CloudFront is a content delivery network (CDN) that caches S3 objects at edge locations in 100+ cities worldwide, so static website files are served from a PoP close to each viewer. It terminates HTTP/HTTPS at the edge, reduces origin load by serving cached responses, and lowers latency and data transfer costs for globally distributed users. With security features such as Origin Access Control (OAC), it can keep the S3 bucket private while still serving content publicly through the distribution.
✗AWS Direct ConnectWrong answer — click to see why▾
Why this is wrong here
AWS Direct Connect establishes a dedicated network connection from on-premises to AWS, which does not help reduce latency for global users accessing a public S3 website. It is designed for hybrid workloads, not content delivery acceleration.
★ When this WOULD be the correct answer
A company with a hybrid cloud setup needs a consistent, low-latency connection between its on-premises data center and AWS for real-time data replication or large-scale data migration, and the existing internet connection is unreliable or insufficient.
Why candidates choose this
Candidates may think Direct Connect can improve performance for all users by providing a faster link to AWS, but it only benefits traffic from a specific on-premises location, not global end users.
✗Amazon Route 53Wrong answer — click to see why▾
Why this is wrong here
Amazon Route 53 is a DNS service that routes traffic to endpoints, but it does not cache content or reduce latency for static content delivery. The question requires a content delivery network (CDN) to cache assets at edge locations, which Route 53 cannot do.
★ When this WOULD be the correct answer
A company wants to route users to the nearest healthy endpoint (e.g., an Application Load Balancer) across multiple AWS regions to improve latency for dynamic content. Route 53 with latency-based routing would be the correct answer.
Why candidates choose this
Candidates may think Route 53's latency-based routing can speed up content delivery by directing users to a nearby server, but it only handles DNS resolution, not caching or content acceleration.
✗AWS Global AcceleratorWrong answer — click to see why▾
Why this is wrong here
AWS Global Accelerator improves performance for TCP/UDP traffic by routing over the AWS global network, but it does not cache or serve static content from edge locations. For a static website on S3, CloudFront's content delivery network (CDN) is the appropriate service to reduce latency by caching content at edge locations.
★ When this WOULD be the correct answer
A company has a dynamic web application hosted on EC2 instances in a single AWS region, and users worldwide experience high latency. The application uses TCP-based protocols and requires fast failover across multiple regions. AWS Global Accelerator would be the correct answer because it provides static IP addresses and routes traffic over the AWS global network to the optimal endpoint, improving performance for non-cacheable, dynamic content.
Why candidates choose this
Candidates may confuse Global Accelerator with a CDN, thinking it also caches content at edge locations. They might assume that any AWS edge-based service can solve latency for static content, overlooking that Global Accelerator is designed for dynamic traffic and does not cache.
Analysis generated from the official CLF-C02blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
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
One of 988 original CLF-C02 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.