How to Transfer a Route 53 Domain Between AWS Accounts

Sometimes it is needed to transfer a Route 53 domain to another AWS account, and users can do it either by contacting AWS Support or manually using AWS API. This article describes how to make a transfer with AWS CLI. Transfer a domain Request a transfer from the account that currently has a registered domain: aws --profile old_profile \ --region us-east-1 \ route53domains transfer-domain-to-another-aws-account \ --domain-name example.com \ --account-id your-target-account-id You will get an output with operation id and password required to confirm the transfer:...

December 4, 2020 · 2 min · Max