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 年前264 查看次数
1 回答
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
专家
Matt-B
已回答 1 年前
  • Thank you!

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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则