Route53Domains / Client / transfer_domain_to_another_aws_account

transfer_domain_to_another_aws_account#

Route53Domains.Client.transfer_domain_to_another_aws_account(**kwargs)#

Transfers a domain from the current Amazon Web Services account to another Amazon Web Services account. Note the following:

Warning

When you transfer a domain from one Amazon Web Services account to another, Route 53 doesn’t transfer the hosted zone that is associated with the domain. DNS resolution isn’t affected if the domain and the hosted zone are owned by separate accounts, so transferring the hosted zone is optional. For information about transferring the hosted zone to another Amazon Web Services account, see Migrating a Hosted Zone to a Different Amazon Web Services Account in the Amazon Route 53 Developer Guide.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.

See also: AWS API Documentation

Request Syntax

response = client.transfer_domain_to_another_aws_account(
    DomainName='string',
    AccountId='string'
)
Parameters:
  • DomainName (string) –

    [REQUIRED]

    The name of the domain that you want to transfer from the current Amazon Web Services account to another account.

  • AccountId (string) –

    [REQUIRED]

    The account ID of the Amazon Web Services account that you want to transfer the domain to, for example, 111122223333.

Return type:

dict

Returns:

Response Syntax

{
    'OperationId': 'string',
    'Password': 'string'
}

Response Structure

  • (dict) –

    The TransferDomainToAnotherAwsAccount response includes the following elements.

    • OperationId (string) –

      Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

    • Password (string) –

      To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the Password element that was returned in the TransferDomainToAnotherAwsAccount response.

Exceptions

  • Route53Domains.Client.exceptions.InvalidInput

  • Route53Domains.Client.exceptions.OperationLimitExceeded

  • Route53Domains.Client.exceptions.DuplicateRequest

  • Route53Domains.Client.exceptions.UnsupportedTLD