DNS not showing updated NS

0

Hi,

I transferred my dns from my old AWS Account to a new one and its been more than a day my name servers has not been updated.

When I run the dig command I still see old NS listed, this is an issue because I am not able to setup my email because of this

Thanks !

已提问 2 年前482 查看次数
5 回答
0

Hi, one question, when you say you've "transferred my dns" do you mean you've used the TransferDomainToAnotherAwsAccount API call as documented here? An example using the AWS CLI looks like this:

aws route53domains transfer-domain-to-another-aws-account --domain-name example.com --account-id 111122223333 --region us-east-1

Or did you try another method?

profile pictureAWS
已回答 2 年前
0

yes i transferred it using transfer-domain-to-another-aws-account

I deleted everything from my old account so i dont know what records it had, but the current dig answer does not match my current NS record in my new account.

已回答 2 年前
0

You must also update the name servers for this domain at your registrar. Have you done that? Otherwise the new ones will never show up.

已回答 2 年前
0

No I never did that. I already deleted the domain from the old AWS acct so there is nothing there.

How do i update the new NS now ? The domain was registered via Route 53.

已回答 2 年前
0
  • Sign in to the AWS Management Console and open the Route 53
  • In the navigation pane, choose Registered Domains.
  • Choose the name of the domain for which you want to edit settings.
  • Choose Add/Edit Name Servers.

Then change the name servers to the new ones.

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则