amazon web services - How to forward a subdomain from AWS Route53 to an external DNS -


i'm trying subdomain resolve aws server (sub.example.com), while example.com domain needs resolve server (wix).

currently, ns on host site redirects example.com amazon's route53 dns:

ns-1.awsdns-5.org. ns-2.awsdns-6.co.uk. ns-3.awsdns-7.net. ns-4.awsdns-8.com. 

on route53 have set 2 different hosted zones, 1 sub.example.com have same ns setup , 1 example.com ns redirects wix:

ns1.wixdns.net ns2.wixdns.net 

when try access different domains, sub.example.com works expected example.com cannot resolved.

i have tried set same zone host both of domains adding example.com ns specific subdomain addresses shown above, no avail.

what doing wrong here?

based on your comment, if want subdomain handle requests routed load balancer; create cname record in dns provider zone:

sub.domain.com.        3599    in      cname   your-load-balancer-123456789.us-west-2.elb.amazonaws.com. 

Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -