Skip to content

Is there any EC2 downtime involved when transferring ownership of an AWS account?

0

Hi all!

We are in the process of arranging the transfer of an AWS account that currently resides within our Organization. It is not yet confirmed whether it will be Org-to-Org or if we will make the account standalone and then transfer ownership that way.

The main challenge we have is that the account contains two EC2 instances which are running active Tableau Server environments. We need to ensure there is zero downtime during the transfer process or at least be aware of what the downtime will be in order to arrange the appropriate change window.

My understanding is that regardless of whether we do an Org-to-Org transfer or a standalone account transfer there will be zero downtime as all that will change is the underlying account ownership properties with zero change to the resources within it. However, I haven't been able to pin down an explicit guarantee of this.

Would anyone be able to assist in confirming/denying this or point me in the right direction for confirming it?

Many thanks!

  • If my answer was helpful, I would appreciate it if you could mark it as the accepted answer.

3 Answers
2
Accepted Answer

You are correct in your understanding. When transferring ownership of an AWS account—whether through an organization-to-organization transfer or by making the account standalone first—there is no downtime for the EC2 instances or other resources running within that account.

The account transfer process only changes the account's ownership and billing properties. The resources themselves, including your EC2 instances running Tableau Server, remain completely unchanged and continue operating normally throughout the transfer. The instances maintain their configurations, IP addresses, security groups, and all other settings without interruption.

This applies to all resources within the account, not just EC2 instances. The transfer is purely an administrative and billing change at the account level, with no impact on the technical infrastructure or running workloads.

For your specific situation with the two Tableau Server environments, you can proceed with confidence that the transfer process itself will not cause any service interruption. Your main considerations should be around ensuring proper access and permissions are configured in the destination organization (if doing an org-to-org transfer) so that the appropriate users can manage the account after the transfer is complete.

answered 21 days ago

AWS
EXPERT

reviewed 21 days ago

EXPERT

reviewed 21 days ago

2

Just adding a caveat to the correct answer above:

While the EC2 instances themselves will not experience any downtime or reboots, you may still face network or access outages if your account relies on organizational dependencies.

To guarantee zero downtime, you must verify that the account does not depend on:

  • AWS RAM: Shared VPC subnets, Transit Gateways, or central Route 53 resolvers provided by the current Organization.
  • IAM & Resource Policies: Any cross-account roles, bucket policies, or KMS keys that rely on the aws:PrincipalOrgID condition.
  • SCPs: Ensure the destination Organization's Service Control Policies do not inadvertently block required services or regions.

If your account's networking and IAM configurations are entirely self-contained, the transfer will indeed be completely seamless.

PS: I've handled this migration for several customers without a single second of downtime !

see also:

EXPERT

answered 21 days ago

EXPERT

reviewed 21 days ago

1

I believe no, transferring AWS account ownership does not cause downtime for EC2 instances or other running resources. The transfer process only changes account ownership credentials and billing information; the infrastructure itself remains unaffected.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/transfer-EIPs-intro-ec2.html

EXPERT

answered 21 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.