SOA-C03 DNS, Routing Policies, CloudFront and Global Accelerator Guide

Study SOA-C03 DNS, Routing Policies, CloudFront and Global Accelerator: key concepts, common traps, and exam decision cues.

This lesson covers SOA-C03 Task 5.2: configuring domains, DNS services, and content delivery. AWS is testing whether you can separate DNS decision logic from CDN behavior and from global application entry performance. Strong answers identify whether the real requirement is about name resolution, routing policy, edge caching, or global endpoint acceleration.

Routing policy: Rule that decides how Route 53 answers client queries, such as weighted, failover, latency-based, or geolocation behavior.

Resolver: DNS service path used to resolve names inside AWS and hybrid environments.

Global entry path: First network entry into an application when global users need to reach healthy regional endpoints quickly.

What AWS is really testing here

AWS wants you to know:

  • when the problem is DNS answer logic versus content caching
  • which Route 53 policy matches the business requirement
  • when Resolver configuration or query logging matters
  • when CloudFront is the right edge-distribution answer
  • when Global Accelerator is the stronger global application-entry answer

Route 53 policy chooser

Requirement Strongest first fit Why
send a percentage of traffic to one endpoint and the rest elsewhere weighted routing The business requirement is controlled distribution.
direct users to the lowest-latency region latency-based routing The answer is about DNS steering by latency.
use a primary endpoint unless it becomes unhealthy failover routing The business requirement is primary/secondary continuity.
answer differently based on user geography geolocation routing The business rule is geography-aware DNS behavior.

Resolver, CloudFront, and Global Accelerator solve different problems

If the stem is mainly about… Strongest first lane
internal or hybrid DNS resolution behavior Route 53 Resolver
hosted zones, records, query logging, and DNS answer policy Route 53 DNS configuration
edge caching and CDN behavior CloudFront
global anycast-style application entry path and regional endpoint health steering Global Accelerator

CloudFront vs Global Accelerator

This is one of the highest-yield SOA-C03 distinctions.

If the question is mainly about… Think first about…
caching content close to users CloudFront
reducing origin load through cached delivery CloudFront
globally accelerating entry into healthy application endpoints Global Accelerator
application traffic where the key requirement is not caching but resilient global entry Global Accelerator

If the stem emphasizes content caching, edge behavior, or origin selection, CloudFront is usually stronger. If it emphasizes global application entry, healthy regional endpoints, or accelerated user path without making caching the point, Global Accelerator is usually stronger.

DNS and content-delivery troubleshooting mindset

When these services appear together, work in layers:

  1. confirm the domain and record logic
  2. confirm the routing policy behavior
  3. confirm whether the issue is edge caching or endpoint reachability
  4. only then blame the backend

This layered thinking is stronger than assuming every global problem is a CloudFront issue.

Common traps

Trap Better thinking
“CloudFront and Global Accelerator are basically the same.” CloudFront is strongest for CDN and edge caching; Global Accelerator is strongest for global application entry-path performance.
“If Route 53 appears, the answer must be a routing policy.” Sometimes the real issue is Resolver behavior, query logging, or CDN versus endpoint path choice.
“Weighted and failover routing are close enough.” Weighted deliberately distributes traffic; failover preserves a primary/secondary behavior.
“CloudFront is the best global answer by default.” If caching is not the point and endpoint health steering is, think Global Accelerator.

Sample exam question

A company runs the same application in multiple Regions. Users must enter through a highly available global path and be directed to healthy regional endpoints. The requirement does not emphasize content caching.

Which lane is strongest first?

  1. CloudFront because all worldwide traffic should use CDN caching
  2. Global Accelerator because the requirement is global application entry and healthy endpoint steering
  3. Route 53 weighted routing because every multi-Region design is percentage-based
  4. S3 Lifecycle because the issue is object retention

Correct answer: 2

Why: The requirement is about resilient global application entry and health-aware endpoint steering, not CDN caching.

Decision order that usually wins

  1. Classify the requirement as mainly DNS resolution, routing policy, edge caching, or global application entry.
  2. If it is about how DNS should answer, stay in the Route 53 lane.
  3. If it is about hybrid or internal resolution, bring in Resolver.
  4. If it is about edge caching and origin offload, think CloudFront.
  5. If it is about global entry into healthy regional endpoints, think Global Accelerator.

Quiz

Loading quiz…
Revised on Monday, June 15, 2026