Bird
0
0

You have a Route 53 alias record pointing to an ELB. You want to add SSL termination at the ELB and ensure HTTPS traffic is routed correctly. What must you configure in Route 53?

hard📝 Application Q9 of 15
AWS - Route 53
You have a Route 53 alias record pointing to an ELB. You want to add SSL termination at the ELB and ensure HTTPS traffic is routed correctly. What must you configure in Route 53?
ACreate an alias record with IP addresses of ELB instances
BCreate a CNAME record pointing to the ELB with HTTPS protocol
CCreate an MX record pointing to the ELB with SSL enabled
DCreate an alias A record pointing to the ELB and use HTTPS listeners on the ELB
Step-by-Step Solution
Solution:
  1. Step 1: Understand SSL termination

    SSL termination happens at ELB with HTTPS listeners configured.
  2. Step 2: Route 53 configuration

    Route 53 alias A record points to ELB; protocol handled by ELB listeners.
  3. Final Answer:

    Create an alias A record pointing to the ELB and use HTTPS listeners on the ELB -> Option D
  4. Quick Check:

    SSL with ELB requires alias A record + HTTPS listeners = Create an alias A record pointing to the ELB and use HTTPS listeners on the ELB [OK]
Quick Trick: Route 53 points DNS; ELB handles HTTPS with listeners [OK]
Common Mistakes:
  • Using CNAME for root domain with ELB
  • Using MX records for web traffic
  • Trying to use IP addresses for ELB alias

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes