Route 53 update Name Server Automatically

0

I bought a domain from Gabia which is the domain seller site.

After that I just wanna change host server to Route 53

Also, I've changed 4 name servers that Route 53 given to Gabia host site.

2days after that Route 53 update Name Server Automatically..

It makes our all services shut all down now.

I just wanna make route 53 hostting name server fixed.

how can I fix it?

2回答
1
承認された回答

If you want Gabia to remain your registrar, while using Route 53 as your hosting service, the steps to take are at https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/migrate-dns-domain-in-use.html

When the public hosted zone is created in Route 53 it will be created with 4 NS records, these need be updated on Gabia's side to be the new NS records for your domain. From your question it sounds like you have already done that. Has it propagated? When you do a whois on your domain - just visit https://who.is/ - are the nameservers the old Gabia records or the new ones in AWS?

You also need to have replicated all the records (A-records, CNAMEs, etc.) into the Route 53 hosted zone, so that when the AWS nameservers start being used the records will continue to be resolved successfully.

Though I cannot read Korean, this blog appears to show the steps required to migrate the hosting of a domain from Gabia to Route 53 https://hannut91.github.io/blogs/route53/gabia

profile picture
エキスパート
Steve_M
回答済み 5ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
0

The issue here could be anywhere, unfortunately you have not mentioned the domain name for a quick look. First we need to find out if the delegation from the parent/seller side is done right. For that, could you please check the following DNS query outputs Suppose your domain name is yourdomain.com

dig com NS

the above command will show all the Name servers for .com domain, pick one NS from the list and do the next query dig @pickedNS yourdomain.com NS +norec

This command should show the AWS provided Name servers and the correct IPs, if not there is a config issue and you need to work with your seller to fix it. if the above command returns correctly then pick one among the AWS provided name server and query an available DNS record in your hosted zone.

Dig @awsNameServer yourquery.yourdomain.com

If it return the answer correctly, there is no issue with domain hosting, if it returns an error, depending on the error it could be a configuration issue Please provide the output to check further.

AWS
PK
回答済み 5ヶ月前

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

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

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

関連するコンテンツ