0

At Registro.br, I bought a domain and pointed to my primary DNS server. I use tinydns. I created a SOA and two NS entries. That's working perfectly. My question:

Is it possible on my DNS server rewrite the SOA and NS entries and point to Amazon's Route 53 Servers and, from Route 53, manage other resource records?

1 Answers1

1

You can delegate subdomains to another DNS provider like Amazon by setting NS records for those subdomains and pointing them to Amazon. But I don't think that's what you're asking.

If you want for some reason to point the whole zone to Amazon so that Amazon provides DNS for the domain, then the place to do this is at the registry. Of course that means any records you've set up in tinydns, SOA, NS, A etc are irrelevant.

There are no standard NS entries for Amazon and you need to jump through their hoops before they tell you which ones to use. Then enter those name servers into Registro.br, and complete the configuration at Amazon or whichever DNS provider you choose.

Cedric Knight
  • 1,098
  • 6
  • 20
  • I understand. Thanks for help! I must change the dns pointer to Amazon at Registro.br... – Nenhum Mail Aug 21 '17 at 17:29
  • By the way, one more question: Are www, pop, smtp, ftp, or what else considered as subdomains? Ex.: main domain: mydomain.com.br; subdomain: pop.mydomain.com.br ... ? – Nenhum Mail Aug 21 '17 at 17:34
  • 'www.mydomain.com.br' is a subdomain of the main domain and could be delegated separately (although it's unusual to do so), 'pop.mydomain.com.br' is also a subdomain of 'mydomain.com.br'. However, the MX record for sending to 'address@mydomain.com.br' is part of the main zone, whatever the value of that record. Sorry if this is not a very good explanation. – Cedric Knight Aug 21 '17 at 20:31