

# Transferring a domain to a different Amazon account
<a name="domain-transfer-between-aws-accounts"></a>

If you registered a domain using one Amazon account and you want to transfer the domain to another Amazon account, you can easily transfer it by using the new console, or by using the Amazon CLI or other programmatic methods.

**Topics**
+ [Step 1: Transfer a domain to a different Amazon account](#domain-transfer-between-aws-accounts-domain)
+ [Step 2 (Optional): Migrate a hosted zone to a different Amazon account](#domain-transfer-between-aws-accounts-hosted-zone)

## Step 1: Transfer a domain to a different Amazon account
<a name="domain-transfer-between-aws-accounts-domain"></a>

Domains cannot be transferred within the first 14 days of registration.

When you initiate the domain transfer, you must sign in either by using the root account or by using a user that has been granted IAM permissions in one or more of the following ways:
+ The user is assigned the **AdministratorAccess** managed policy.
+ The user is assigned the **AmazonRoute53DomainsFullAccess** managed policy.
+ The user is assigned the **AmazonRoute53FullAccess** managed policy.
+ The user is assigned the **PowerUserAccess** managed policy.
+ The user has permission to perform all the following actions: `TransferDomains`, `DisableDomainTransferLock`, and `RetrieveDomainAuthCode`.

If you don't sign in either by using the root account or by using a user that has the required permissions, we can't perform the transfer. This requirement prevents unauthorized users from transferring domains to other Amazon Web Services accounts.

The transfer process has two steps. First the originating account owner starts the transfer: in the [initiate a transfer to another Amazon Web Services account](#domain-transfer-between-aws-accounts-procedure) procedure, and then the destination account owner accepts the transfer in the [accept a transfer from another Amazon Web Services account](#domain-transfer-between-aws-accounts-accept-procedure) procedure.<a name="domain-transfer-between-aws-accounts-procedure"></a>

**To transfer a domain to a different Amazon account**

1. Sign in to Amazon by using the Amazon Web Services account that the domain is currently registered to. 

1. Open the Route 53 console at [https://console.amazonaws.cn/route53/](https://console.amazonaws.cn/route53/).

1. In the navigation pane, choose **Registered domains**.

1. Choose the name of the domain that you want to transfer to another Amazon Web Services account.

1. Above the **Details** section, in the **Transfer out** dropdown, choose **Transfer to another Amazon Web Services account**.

1. On the **Transfer to another Amazon Web Services account** dialog, enter the destination account ID. You can get this ID from the destination Amazon Web Services account owner.

1. Choose **Confirm**.

1. On the **Generate password** dialog, copy the password, and forward it to the receiving Amazon Web Services account owner.

   On the **Requests** page, the **Status** for the domain will display **In progress**, and the **Type** will display **Internal transfer out**.<a name="domain-transfer-between-aws-accounts-accept-procedure"></a>

**To accept a domain transfer from a different Amazon account**

1. Sign into Amazon by using the Amazon Web Services account that is receiving the domain. 

1. Open the Route 53 console at [https://console.amazonaws.cn/route53/](https://console.amazonaws.cn/route53/).

1. In the navigation pane, choose **Requests**.

1. On the **Requests** page, select the radio button next to the domain name you are transferring from another Amazon Web Services account. If the domain is ready to be transferred the **Status** is **Action required** and the **Type** is **Internal transfer of domain in**.

   You have three days to accept the request. If the transfer isn't accepted in three days, the transfer request is cancelled.

1. In the **Action** dropdown, choose **Accept**.

   You can also choose **Reject** to cancel the transfer process.

1. If you accepted, on the **Transfer domain to your account** page, in the **Password** section, enter the password you received from the originating account owner. 

   Accept the terms and conditions, and choose **Next**.

1. Navigate to the **Requests** page to monitor the transfer status and other steps to complete.

1. After the transfer completes, you can update the contact information. For more information, see [Updating contact information and ownership for a domain](domain-update-contacts.md).



**Transfer the domain programmatically**  
You can also transfer the domain programmatically by using the Amazon CLI, one of the Amazon SDKs, or the Route 53 API. For more information, see the following documentation:  
+ For an overview of the transfer process and documentation about the API actions that you use to transfer a domain using the Route 53 domain registration API, see [TransferDomainToAnotherAwsAccount](https://docs.amazonaws.cn/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html) in the *Amazon Route 53 API Reference*.
+ For documentation about other options for transferring domains programmatically, see "SDKs & Toolkits" in the [Guides and API References](https://docs.amazonaws.cn/#user_guides) section of the "Amazon documentation" page.
+ The receiving account has three days to accept the transfer from the originating account, by using the [transfer-domain-to-another-aws-account](https://docs.amazonaws.cn/cli/latest/reference/route53domains/transfer-domain-to-another-aws-account.html) API. If the transfer isn't accepted in three days, the transfer request is cancelled.
**Important**  
When you transfer a domain to a different Amazon account, the hosted zone for the domain isn't transferred. If you also want to transfer the hosted zone, wait until the domain has been transferred, and then see [Step 2 (Optional): Migrate a hosted zone to a different Amazon account](#domain-transfer-between-aws-accounts-hosted-zone). 

## Step 2 (Optional): Migrate a hosted zone to a different Amazon account
<a name="domain-transfer-between-aws-accounts-hosted-zone"></a>

If you're using Route 53 as the DNS service for the domain, Route 53 doesn't transfer the hosted zone when you transfer a domain to a different Amazon account. If domain registration is associated with one account and the corresponding hosted zone is associated with another account, neither domain registration nor DNS functionality is affected. The only effect is that you'll need to sign into the Route 53 console using one account to see the domain, and sign in using the other account to see the hosted zone. 

If you own the account that you're transferring the domain from and the account that you're transferring the domain to, you can optionally migrate the hosted zone for the domain to a different account, but it's not required. Route 53 will continue to use the records in the existing hosted zone to route traffic for the domain.

**Important**  
If you don't own both the account that you're transferring the domain from and the account that you're transferring the domain to, you must either migrate the existing hosted zone to the Amazon account that you're transferring the domain to, or create a new hosted zone in an Amazon account that you own. If you don't own the account that created the hosted zone that routes traffic for the domain, you can't control how traffic is routed.

To migrate the existing hosted zone to the new account, see [Migrating a hosted zone to a different Amazon account](hosted-zones-migrating.md).

To create a new hosted zone, see [Making Amazon Route 53 the DNS service for an existing domainMaking Route 53 the DNS service for an existing domain](MigratingDNS.md). This topic is typically used when you're transferring domains from another registrar to Route 53, but the process is the same when you're transferring domains from one Amazon account to another.

**Important**  
**White-label name servers:** If your domain uses white-label name servers (custom name server hostnames like ns1.example.com), additional steps are required:  
**When transferring domain registration:** Update glue records with your new registrar after transfer completion
**When migrating hosted zones:** Update glue records with your domain registrar after zone migration, as IP addresses change even though hostnames remain the same
For detailed instructions, see [Step 7: Create glue records and change the registrar's name servers](white-label-name-servers.md#white-label-name-servers-create-glue-records).