3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【AWS】[Route53]ドメイン登録後、デフォルトのホストゾーンを削除してしまった場合の復旧

Last updated at Posted at 2020-12-25

AWS初心者で、Route53ドメイン登録後、デフォルトのホストゾーンを削除してしまった。
とたんに今までのドメインが使用不可に。
慌ててホストゾーンを再作成したが一向にDNSエラーが解消せずかなり焦った。

落ちとしては登録済みドメインのネームサーバを更新していなかったため。

復旧までの手順を備忘として残します。

1.ホストゾーンの再生成

登録したドメインと同じ内容で、ホストゾーンを再生成します。
※すでに再生成している場合は手順2へスキップ。
aws1.png

2.作成されたホストゾーンのNS(ネームサーバ)4つをメモなどにコピー

作成されたホストゾーンのネームサーバをメモ帳に保存します。
aws2.png

3.登録済みドメインのネームサーバを変更する

登録済みドメインから、対象のドメインを選択し、ネームサーバを編集する。
手順2でコピーしたネームサーバを4つ上書きする。
※末尾の「.(ピリオド)」は外す
aws3.png

4.あとは時が過ぎるのを待つ

キャッシュの関係上即反映はされず、約72時間後に復旧する。
※私の場合は36時間くらい

以上です。

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?