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!

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠