【Route53】ドメインの手動更新

記事タイトルとURLをコピーする

こんにちは、しずかです。Amazon Route53で取得した検証用ドメインの有効期限が切れてしまいそうだったので、手動更新してみました。 Route53で取得したドメインは、自動更新を有効にして運用されているケースが多いかと思いますが、 私の検証環境では、自動更新を無効化していたので、その更新方法などを紹介してみようかと思います。

ドキュメント

ドメインの更新に関して、以下のドキュメントが公開されています。

docs.aws.amazon.com

ドキュメントの一部抜粋すると、ドメインの自動更新が無効になっている場合、有効期限切れの 45 日前有効期限切れの 7 日から 30 日前 にEメールでの通知があるとのことです。
なお、本記事では .netドメイン を利用しています。ドメイン毎に内容が異なりますので、ドキュメントを確認してみてください。

有効期限切れ前の通知メール

実際に届いたメールの内容は、以下のような内容でした。

項目 内容
件名 [Domain expiring] Registration for 【your domain】 expires on 2023-09-28 ( *1
本文 Dear AWS customer,

The 【your domain】 domain is registered with Amazon Route 53 and it is scheduled to expire on 2023-09-28. You have disabled automatic annual renewal for this domain.

If you want to keep the domain, do one of the following:

Enable automatic renewal of the domain at least 2 days before the expiration date (instructions here). We'll charge a registration fee to your AWS account and then we'll renew your registration automatically going forward.
Extend the registration period (instructions here). This option renews your domain without enabling auto-renewal. When you extend the registration period, you specify how many years to add to the existing registration. We’ll renew your registration for that time period and charge a registration fee to your AWS account for each year.
If you don't want us to renew registration for [your domain], no further action is needed. The domain will expire on 2023-09-28. You will receive two additional email reminders before expiration, as required by ICANN.

The registration price depends on the top-level domain (TLD). For more information, see AWS Route53 pricing.

For more information about managing your domain settings, see Updating settings for a domain.

Regards,
Amazon Route 53

内容を抜粋すると、以下の内容が記載されています。

  • ドメインの有効期限が2023-09-28に切れる予定です。
  • 自動更新が無効化になっています。
  • 有効期限の2日前までにドメインの自動更新を有効にしてください。
  • 自動更新を有効化しない場合は手動で更新してください。
  • 更新を希望しない場合、これ以上の操作は必要ありません。

なお私の環境では、9/28が有効期限となっておりましたが、8/30、9/22に受信していました。なお2通とも同一の内容でした。

更新方法

それでは、手動更新をしていきます。

更新前の状態

Route53のダッシュボードを確認すると、1件のドメインが期限切れ間近 と表示されています。

登録済みドメインから確認すると、有効期限に注意マークが表示されています。

手動更新

ドメイン詳細のページ右上の [アクション] から [ドメイン登録の更新] を選択します。

次のポップアップが表示されます。

更新期間を選択します。今回は1年を選択しています。

料金を確認して、問題なければ ドメイン登録の更新 をクリックします。

すると、リクエストが送信された旨が表示されます。まだこの時点では有効期限の更新はされてません。

しばらく待つと、更新完了の旨のメール通知が届きます。(3~5分程度だったと思います)

項目 内容
件名 Renewal of 【your domain】 succeeded
本文 Dear AWS customer,

We recently received an online request from your AWS account to renew the 【your domain】 domain. The domain has been renewed and now expires on 2024-09-28.

If you requested this change, you don't need to take any further action.
If you did not request this change, please contact Amazon Web Services Customer Support immediately.

Regards,
Amazon Route 53

1年間の更新が完了し、有効期限が 2024年 に伸びた旨が記載されていました。

更新後の状態確認

それでは、実際に確認してみましょう。
登録済みドメインを確認してみると、確かに有効期限が更新されていました。

これで無事に手動更新が完了しました。

whois

これまでの手順でマネジメントコンソール上では、更新されたことがわかりましたが、念のためwhoisコマンドでも確認してみました。

更新前

更新前の状態では、2023/9/28 までの有効期限であることがわかります。

$ whois yourdomain.net
   Domain Name: yourdomain.NET
   Registry Domain ID: 2728356047_DOMAIN_NET-VRSN
   Registrar WHOIS Server: whois.registrar.amazon.com
   Registrar URL: http://registrar.amazon.com
   Updated Date: 2022-09-28T10:38:05Z
   Creation Date: 2022-09-28T10:27:46Z
   Registry Expiry Date: 2023-09-28T10:27:46Z ★★
   Registrar: Amazon Registrar, Inc.

~snip~

更新後

先ほどの更新完了のメールを受信してから1時間ほど経ったあとに取得したコマンド結果です。

$ whois yourdomain.net
   Domain Name: yourdomain.NET
   Registry Domain ID: 2728356047_DOMAIN_NET-VRSN
   Registrar WHOIS Server: whois.registrar.amazon.com
   Registrar URL: http://registrar.amazon.com
   Updated Date: 2023-09-26T02:06:57Z
   Creation Date: 2022-09-28T10:27:46Z
   Registry Expiry Date: 2024-09-28T10:27:46Z ★★
   Registrar: Amazon Registrar, Inc.

~snip~

whoisコマンドでも確かに更新されていることが確認できました。

まとめ

Amazon Route53で取得したドメインを運用される際、自動更新を無効化するケースも少ないと思います。
そんな稀なケースにこの記事が役に立てたら、嬉しい限りです。

*1:【your domain】 は ご自身のドメインです。

静 優(執筆記事の一覧)

オンプレからクラウドに転身したインフラエンジニア