Search code examples
dnsamazon-route53ipv4

What does "IPv4 addresses in the same AS" mean?


I'm in the process of moving a website from HostGator to Amazon EC2. Front end and back end are both moved. I added a Hosted Zone in Amazon Route 53 and updated my nameservers in HostGator. Unfortunately, the site won't load.

I ran a check with Zonemaster and received the following warnings:

All nameservers in the delegation have IPv4 addresses in the same AS (16509). All nameservers in the delegation have IPv6 addresses in the same AS (16509). All nameservers in the delegation are in the same AS (16509).

I've searched but can't figure out what "AS" means in this context. Would love some help to point me in the right direction for troubleshooting.

The domain in question is tektonbody.com.

Thanks!


Solution

  • AS refers to Autonomous System which in rough terms means "block of IPs that share common routing" or in more general terms "are from the same allocation block".

    You're getting this warning because the nameservers are all in the same block and if that single route goes offline for some reason, all your nameservers go down. It's generally best to spread these out geographically to minimize your exposure to localized events.

    They're just looking out for you here. Typically you should have 3-4 different nameservers on different backbone providers in different regions so that no single failure, even at the provider level, can take them all down.