I'm trying to migrate an existing domain to Amazon Route 53. I've followed the guide at:
http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingDNS.html
My current DNS host is web24.com.au. There seem to be two areas where the NS records are stored. I looked in the zone file and updated the NS entries to point to Amazon Route53. Changing those seems to have made no difference (checked via whois).
I've noticed another section in the configuration portal specifically for nameserver, but in order to change them from the default, I'm being asked to enter both the FQDN of the new name servers and also its IP address.
Amazon have not said anything about the IP address of their name servers (the "Delegation Set"), and I suppose it's simple enough to ping them and get their IPs that way. But I'm wondering if those name servers are clusters and it's not intended that I supply a single IP address for them.
Is it safe for me to just ping each of the servers in the Route 53 delegation set and use the IP addresses I see when I ping it when transferring the domain from Web24.com.au to Route 53?