在两个AWS账号之间转移域名 How to Transfer Domain from One AWS account to another AWS account

下载并运行适用于 Windows(64 位)的 AWS CLI MSI 安装程序:

https://awscli.amazonaws.com/AWSCLIV2.msi
安装好之后先查看当前版本
$ aws --version
未使用过 AWS CLI,则必须先配置默认的 CLI 配置文件,如下命令
$ aws configure
AWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE
AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Default region name [None]: us-east-1
Default output format [None]: json

Send a Request to transfer the account

This command will initiate the transfer 命令如下:

aws route53domains transfer-domain-to-another-aws-account --domain-name <value> --account-id <value>

此处获得一个转移密码


Accept the Transfer

Accepts the transfer of a domain from another AWS account to the current AWS account. 
命令如下:

aws route53domains accept-domain-transfer-from-another-aws-account --domain-name <value> --password <value>

 

发表评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注

Scroll to Top