- Newest
- Most votes
- Most comments
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
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:PrincipalOrgIDcondition. - 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:
- "If a consumer account leaves the organization, that account loses access to resources in the resource share." -> https://docs.aws.amazon.com/ram/latest/userguide/getting-started-sharing.html
- "Assess your current environment in order to identify organization conditions in identity and resource-based policies. This will help you come up with a list of remediations for resources before migrating..." -> https://aws.amazon.com/blogs/mt/migrating-accounts-between-aws-organizations-with-consolidated-billing-to-all-features/
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
Relevant content
asked 3 years ago

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