New CNAME records not resolving after AWS account transfer

0

I recently moved my domain from one AWS account to another. The CNAME records that I had in my hosted zone before the transfer continue to work correctly but any new CNAME records that I create won't resolve. Examples-

Pre-transfer record: https://www.whatsmydns.net/#CNAME/ondemand.kinectperformance.com

Post-transfer record: https://www.whatsmydns.net/#CNAME/go.kinectperformance.com

The internal Test Record function thinks everything is setup correctly. Might this have something to do with name servers needing an update after the transfer? Quite befuddled. Thanks!

已提問 2 年前檢視次數 335 次
1 個回答
2

As you alluded to, you will need to update the Name Servers in the Registered Domains section of Route 53 (in the new/destination account) to the Name Servers used in the creation of the Public Hosted Zone in that new account. The steps are:

  1. Sign in to the AWS Management Console and open the Route 53 console at https://console.aws.amazon.com/route53/.
  2. In the navigation pane, choose Registered Domains.
  3. Choose the name of the domain that you want to configure to use another DNS service.
  4. Choose Add/Edit Name Servers.
  5. Change the names of the name servers to the name servers for the correct PHZ steps to find these here
  6. Choose Update.

It is likely the Name Servers configured for the domain are still configured as the old accounts' Public Hosted Zone. You can verify the change with 'whois' at the command line:

$ whois kinectperformance.com
.....
Name Server: ns-1096.awsdns-09.org
Name Server: ns-127.awsdns-15.com
Name Server: ns-1797.awsdns-32.co.uk
Name Server: ns-619.awsdns-13.net
AWS
已回答 2 年前

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

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

回答問題指南