I have a domain and a hosted zone in AWS Route53: mydomain.com I have configured several subdomains with a CNAME to point to resources hosted on AWS.
The main website mydomain.com
I want to host on GoDaddy (or an other external hosting service). How should I configure that?
I am thinking:
- In Route53 I update the NS record for
mydomain.com
to point to the GoDaddy nameservers - In Route53 I add a NS record for
*.mydomain.com
to point to the AWS nameservers - In Route53 I add an NS record for
www.mydomain.com
to point to the GoDaddy nameservers
What should I do?
NS
records you propose)? Or do you just want to point the root domain to a website server hosted outside of AWS (you would use aCNAME
orA
record for that, notNS
)? – Mark BNS
records in your question is confusing. – Mark B