Question 305 of 1,024
Cloud Technology and ServicesmediumMultiple ChoiceObjective-mapped

CLF-C02 Cloud Technology and Services Practice Question

This CLF-C02 practice question tests your understanding of cloud technology and services. 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 company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (ALB) in the us-east-1 Region. The application serves users worldwide, and the company wants to optimize both performance and availability for all users. The solution should use the AWS global network to route traffic from users to the nearest edge location and then over the AWS backbone to the ALB, without caching content at edge locations. Which AWS service 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

AWS Global Accelerator

AWS Global Accelerator uses the AWS global network to route user traffic to the nearest edge location via Anycast IP addresses, then forwards it over the AWS backbone directly to the Application Load Balancer (ALB) in us-east-1. This optimizes performance by reducing latency and jitter, and improves availability by providing static IP addresses and health-check-based traffic shifting, without caching any content at edge locations.

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.

  • AWS Global Accelerator

    Why this is correct

    AWS Global Accelerator uses Anycast IP addresses at AWS edge locations to receive user traffic and then routes it over the AWS global network to the application endpoint. This improves performance by reducing internet latency and provides fast failover between regions or endpoints. It does not cache content, making it suitable for dynamic applications.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Amazon CloudFront

    Why it's wrong here

    Amazon CloudFront is a content delivery network (CDN) that caches static and dynamic content at edge locations. The scenario explicitly states that the solution should NOT cache content at edge locations, so CloudFront is not the best fit. Global Accelerator is the correct service because it optimizes traffic without caching.

    When this WOULD be correct

    A company wants to deliver static and dynamic web content (e.g., images, videos, API responses) with low latency and high transfer speeds, and is okay with caching at edge locations. The question would ask for a global CDN service that caches content to reduce load on origin servers.

  • AWS Shield

    Why it's wrong here

    AWS Shield is a managed Distributed Denial of Service (DDoS) protection service. While it can improve security, it does not optimize traffic routing for performance or provide edge location ingress for all protocols. The question focuses on performance and global network routing, not DDoS protection.

    When this WOULD be correct

    A company wants to protect its web application hosted on EC2 behind an ALB from DDoS attacks, with always-on detection and automatic inline mitigations. AWS Shield Standard is free and included, but for enhanced protection, AWS Shield Advanced would be the correct answer.

  • Amazon Route 53 latency-based routing

    Why it's wrong here

    Amazon Route 53 latency-based routing directs users to the AWS Region with the lowest latency based on DNS queries. This is a DNS-level optimization and does not use AWS edge locations for traffic ingress or the AWS backbone for routing. Global Accelerator provides a more comprehensive performance improvement by using edge locations and the global network.

    When this WOULD be correct

    A company wants to route users to the closest healthy endpoint based on latency, without needing a static IP address or using the AWS global network for traffic acceleration. For example, directing users to different EC2 regions based on latency for a disaster recovery setup.

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.

AWS Global AcceleratorCorrect answer

Why this is correct

AWS Global Accelerator uses Anycast IP addresses at AWS edge locations to receive user traffic and then routes it over the AWS global network to the application endpoint. This improves performance by reducing internet latency and provides fast failover between regions or endpoints. It does not cache content, making it suitable for dynamic applications.

Amazon CloudFrontWrong answer — click to see why

Why this is wrong here

Amazon CloudFront is a content delivery network (CDN) that caches content at edge locations. The question explicitly states 'without caching content at edge locations,' so CloudFront is not suitable.

★ When this WOULD be the correct answer

A company wants to deliver static and dynamic web content (e.g., images, videos, API responses) with low latency and high transfer speeds, and is okay with caching at edge locations. The question would ask for a global CDN service that caches content to reduce load on origin servers.

Why candidates choose this

Candidates often associate 'global network' and 'edge locations' with CloudFront, but overlook the 'without caching' constraint. They may not realize that AWS Global Accelerator uses the same edge network without caching.

AWS ShieldWrong answer — click to see why

Why this is wrong here

AWS Shield is a managed DDoS protection service, not a global traffic optimization service. It does not route traffic over the AWS backbone or improve performance and availability for global users via edge locations.

★ When this WOULD be the correct answer

A company wants to protect its web application hosted on EC2 behind an ALB from DDoS attacks, with always-on detection and automatic inline mitigations. AWS Shield Standard is free and included, but for enhanced protection, AWS Shield Advanced would be the correct answer.

Why candidates choose this

Candidates may confuse AWS Shield with services that provide global network optimization, or think that DDoS protection inherently improves performance and availability, but Shield focuses solely on security, not traffic routing.

Amazon Route 53 latency-based routingWrong answer — click to see why

Why this is wrong here

Route 53 latency-based routing directs traffic to the region with the lowest latency, but it does not use the AWS global network to route traffic from users to the nearest edge location and then over the AWS backbone to the ALB. It relies on DNS resolution, which can be cached and does not provide the performance optimization of a fixed entry point close to the user.

★ When this WOULD be the correct answer

A company wants to route users to the closest healthy endpoint based on latency, without needing a static IP address or using the AWS global network for traffic acceleration. For example, directing users to different EC2 regions based on latency for a disaster recovery setup.

Why candidates choose this

Candidates may confuse latency-based routing with global network acceleration, thinking that DNS-based routing can optimize performance similarly to Global Accelerator, but they overlook that DNS does not provide a fixed entry point or use the AWS backbone.

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?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse Global Accelerator with CloudFront because both use edge locations, but the key differentiator is that CloudFront caches content at the edge, while Global Accelerator does not cache and instead optimizes network path routing for dynamic content or non-HTTP traffic.

Trap categories for this question

  • Scenario analysis trap

    Amazon CloudFront is a content delivery network (CDN) that caches static and dynamic content at edge locations. The scenario explicitly states that the solution should NOT cache content at edge locations, so CloudFront is not the best fit. Global Accelerator is the correct service because it optimizes traffic without caching.

Detailed technical explanation

How to think about this question

AWS Global Accelerator leverages Anycast IP addresses so that user traffic is automatically directed to the nearest of over 100 edge locations globally, then travels over the AWS backbone—a private, low-latency network—to the ALB, bypassing the public internet. This avoids the 'tromboning' effect where traffic would otherwise traverse multiple ISPs, and it supports TCP/UDP traffic with port preservation, unlike CloudFront which primarily handles HTTP/HTTPS and caches responses.

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.

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.

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 Technology and Services — This question tests Cloud Technology and Services — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: AWS Global Accelerator — AWS Global Accelerator uses the AWS global network to route user traffic to the nearest edge location via Anycast IP addresses, then forwards it over the AWS backbone directly to the Application Load Balancer (ALB) in us-east-1. This optimizes performance by reducing latency and jitter, and improves availability by providing static IP addresses and health-check-based traffic shifting, without caching any content at edge locations.

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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More CLF-C02 practice questions

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

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.