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 !

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ