In AWS Route53 we can use two types of Hosted zones, private and public:

  • Public hosted zones include records routed on the internet
  • Private hosted zones include records routed in an Amazon VPC.

Public Zones Considerations

Amazon Route53 automatically creates NS and SOA record for the new zone.

NS and SOA records: we must provide this information to the registrar of our DNS domain to publish AWS Name Servers as the official NS of our domain.

After that, all records created on our public hosted zone will be resolved from Internet.

#aws #hybrid-cloud #route-53

Resolve AWS Private Hosted Zones
1.20 GEEK