0
0

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.

他のレジストラから Route53 に移管する際の準備

Last updated at Posted at 2022-07-28

他のレジストラから Route53 にドメインの移管を行った際につまずいた箇所があったため、事前に準備しておいた方が良いことをメモしておきます。

事前準備

移管前のレジストラから認証コードを取得
認証コードがないと移管の申請すらできません、必ず準備しましょう。

移管前の登録者メールアドレスを確認できるようにしておく
移管の申請が終わると、認証メールが移管前の登録者メールアドレスに飛びます。
今回はこのアドレスが使わなすぎて無効になっていたために、一度移管に失敗してしまいました。

移管後の登録者情報を準備
移管の申請を行う際、移管後のドメインの登録者情報が必要となるため事前に準備しておいた方が良いです。

  • 登録者の名前
  • メールアドレス
  • 電話番号
  • 住所
  • (会社として登録する場合は会社名)

whois コマンド

whois コマンドを使うことで、現在の登録者情報を確認できます。

> whois example.org
% IANA WHOIS server
% for more information on IANA, visit http://www.iana.org
% This query returned 1 object

refer:        whois.publicinterestregistry.org

domain:       ORG

organisation: Public Interest Registry (PIR)
address:      11911 Freedom Drive 10th Floor,
address:      Suite 1000
address:      Reston, VA 20190
address:      United States

contact:      administrative
name:         Director of Operations, Compliance and Customer Support
organisation: Public Interest Registry (PIR)
address:      11911 Freedom Drive 10th Floor,
address:      Suite 1000
address:      Reston, VA 20190
address:      United States
phone:        +1 703 889 5778
fax-no:       +1 703 889 5779
e-mail:       ops@pir.org

contact:      technical
name:         Senior Director, DNS Infrastructure Group
organisation: Donuts Inc.
address:      10500 NE 8th Street, Suite 750
address:      Bellevue, WA 98004
address:      United States
phone:        1.425.298.2200
fax-no:       1.425.671.0020
e-mail:       tldtech@donuts.email

nserver:      A0.ORG.AFILIAS-NST.INFO 199.19.56.1 2001:500:e:0:0:0:0:1
nserver:      A2.ORG.AFILIAS-NST.INFO 199.249.112.1 2001:500:40:0:0:0:0:1
nserver:      B0.ORG.AFILIAS-NST.ORG 199.19.54.1 2001:500:c:0:0:0:0:1
nserver:      B2.ORG.AFILIAS-NST.ORG 199.249.120.1 2001:500:48:0:0:0:0:1
nserver:      C0.ORG.AFILIAS-NST.INFO 199.19.53.1 2001:500:b:0:0:0:0:1
nserver:      D0.ORG.AFILIAS-NST.ORG 199.19.57.1 2001:500:f:0:0:0:0:1
ds-rdata:     26974 8 2 4fede294c53f438a158c41d39489cd78a86beb0d8a0aeaff14745c0d16e1de32

whois:        whois.publicinterestregistry.org

status:       ACTIVE
remarks:      Registration information:
remarks:      http://publicinterestregistry.org

created:      1985-01-01
changed:      2022-06-03
source:       IANA
> whois mil
% IANA WHOIS server
% for more information on IANA, visit http://www.iana.org
% This query returned 1 object

domain:       MIL

organisation: DoD Network Information Center
address:      DISA-Columbus
address:      300 North James Road
address:      Whitehall, Ohio 43213
address:      United States

contact:      administrative
name:         DoD NIC Registry Services
organisation: DoD Network Information Center
address:      DISA-Columbus
address:      300 North James Road
address:      Whitehall, Ohio 43213
address:      United States
phone:        +1 614 692 6640
fax-no:       +1 614 692 3452
e-mail:       disa.columbus.ns.mbx.hostmaster-dod-nic@mail.mil

contact:      technical
name:         DoD NIC Registry Services
organisation: DoD Network Information Center
address:      DISA-Columbus
address:      300 North James Road
address:      Whitehall, Ohio 43213
address:      United States
phone:        +1 614 692 6640
fax-no:       +1 614 692 3452
e-mail:       disa.columbus.ns.mbx.hostmaster-dod-nic@mail.mil

nserver:      CON1.NIPR.MIL 199.252.157.234 2608:0140:000c:0157:0000:0000:0000:0234
nserver:      CON2.NIPR.MIL 199.252.162.234 2608:0120:000c:0162:0000:0000:0000:0234
nserver:      EUR1.NIPR.MIL 199.252.154.234 2608:4122:0002:0154:0000:0000:0000:0234
nserver:      EUR2.NIPR.MIL 199.252.143.234 2608:4163:0001:0143:0000:0000:0000:0234
nserver:      PAC1.NIPR.MIL 199.252.180.234 2608:c184:0001:0180:0000:0000:0000:0234
nserver:      PAC2.NIPR.MIL 199.252.155.234 2608:c144:0001:0155:0000:0000:0000:0234
ds-rdata:     56347 8 2 8FC605B0A085C6FAF81E1FA901D2B15BB3FAF56FF58034EC2756D9507F0262BA

status:       ACTIVE

created:      1985-01-01
changed:      2022-02-12
source:       IANA
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?