Route 53 cname entries not working

0

I have a domain in route 53 for my organization. It's a new domain and uses WorkMail successfully. However, I would like to set up two redirects, one for www.xxx.xyx to redirect to my old web domain and pages, and another call webmail.xxx.xyz to redirect to the webmail application in WorkMail.

When I make the changes, they don't seem to be propagating or be useable at all. Some of the cname entries have been in there more than 72 hours, but yet when I call up the domain using the web service nslookup.io none of the cname entries appear. The NS records for the domain are set to: NS records Name server Revalidate in ns-115.awsdns-14.com. 48h ns-1240.awsdns-27.org. 48h ns-2041.awsdns-63.co.uk. 48h ns-731.awsdns-27.net. 48h

So the AWS DNS servers are the master for the domain. What could be happening here? What have I missed? I have not had this issue with other services, particularly the service I'm moving from.

Norm
已提問 1 年前檢視次數 1767 次
2 個答案
0

Private zones will not be resolvable over the internet. Are you running public,private zone or split horizon where you have the same domain as private and public?

The records need to be in a public zone for internet resolution. Also the record the cname points too also has to be resolvable over the internet if this is being tested externally.

You can't do a "redirect" with a cname, its only an alias to another dns records. The webserver would have to have the HOST set to be that of the requested HTTP Domain being requested by the browser.

Its not clear if the Zones and the A records the CNAME resolves to are internal or external (Public) domains

profile picture
專家
已回答 1 年前
  • This is configured as a public zone so should be available outside to the Internet.

  • And the A records the CNAME point too are also in a public zone?

0

try to create a cname registry to you ec2 public name, hope it works for you

已回答 9 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南