How to you set up private nameservers when using AWS Route53 and EC2

amazon-route53amazon-web-servicesdomain-name-systemdomain-registrarprivate

In the old days of setting up reseller accounts with shared hosting services like HostGator, it was simple to set up "Private Nameservers" by (after having pointed the DNS entries to the hosting company's DNS servers) going to the registrar and setting A records for the NS records. My question is, can you do the same thing when you've pointed your DNS at Amazon Route53 (and are using the AWS ecosystem for hosting/servers/etc)?

This tutorial demonstrates what I'm talking about:

http://support.hostgator.com/articles/hosting-guide/lets-get-started/dns-name-servers/private-name-servers-setup

For GoDaddy specifically (which I'm not using, but many are familiar with): http://support.hostgator.com/articles/hosting-guide/lets-get-started/dns-name-servers/setting-up-private-name-servers-with-hostgatorenom

It involves registering, NS A records, and DNS glue. But I suspect in the case of this shared hosting, some magic was set up on the hosting company's DNS server side. What about in the case of Route53?

In short, when doing a WHOIS lookup on my domain, I don't want the four AWS/Route53 FQDMs showing as the DNS records. Though those ARE the DNS point, I want ns1.mydomain.com, ns2.mydomain.com, ns3.mydomain.com, and ns4.mydomain.com, respectively, to display on a WHOIS lookup.

Best Answer