Question about Route 53 Resolver mapping

0

From where does Route 53 Resolver get the value for a DNS query that it needs to resolve? Is this from the records that you define in a hosted zone?

1 Answer
1

Hi There

It depends where the record is hosted.

A Route 53 Resolver automatically answers DNS queries for:

  • Local VPC domain names for EC2 instances (for example, ec2-192-0-2-44.compute-1.amazonaws.com).
  • Records in private hosted zones (for example, acme.example.com).
  • For public domain names, Route 53 Resolver performs recursive lookups against public name servers on the internet.

For other resources like on-prem:

  • Through Resolver endpoints and conditional forwarding rules, you can resolve DNS queries between your on-premises resources and VPCs to create a hybrid cloud setup over VPN or Direct Connect (DX)

See https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html

profile pictureAWS
EXPERT
Matt-B
answered a year ago
  • Thank you!

  • No Problem! If my answer resolved your query, please consider marking it as "accepted".

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions