Bird
0
0

If you create a Route 53 alias record pointing to an ELB in one AWS region, and your users are in another region, what is the expected behavior?

medium📝 service behavior Q5 of 15
AWS - Route 53
If you create a Route 53 alias record pointing to an ELB in one AWS region, and your users are in another region, what is the expected behavior?
ARoute 53 routes users to the ELB regardless of region
BRoute 53 blocks traffic from other regions
CRoute 53 automatically creates ELBs in user regions
DRoute 53 redirects users to the nearest AWS region automatically
Step-by-Step Solution
Solution:
  1. Step 1: Understand Route 53 routing

    Route 53 routes DNS queries to the resource specified, regardless of user location.
  2. Step 2: ELB regional behavior

    ELB serves traffic in its region; Route 53 does not block or redirect by default.
  3. Final Answer:

    Route 53 routes users to the ELB regardless of region -> Option A
  4. Quick Check:

    Route 53 routing = Route 53 routes users to the ELB regardless of region [OK]
Quick Trick: Route 53 routes as configured; ELB region matters for latency only [OK]
Common Mistakes:
  • Thinking Route 53 blocks cross-region traffic
  • Assuming Route 53 auto-creates ELBs
  • Confusing Route 53 with latency-based routing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes