189k views
4 votes
You would like to migrate an AWS account from an AWS Organization A to an AWS Organization B. What are the steps to do it?

a) Create a new AWS account in Organization B and manually migrate resources
b) Use AWS Organizations to move the account from one organization to another
c) Delete the account from Organization A and create a new one in Organization B
d) Use AWS Resource Groups to transfer resources between organizations

User Ole Lynge
by
8.8k points

1 Answer

4 votes

Final answer:

To migrate an AWS account from one AWS Organization to another, you need to create a new account in the target organization and use the AWS Organizations service to move the account.

Step-by-step explanation:

The correct steps to migrate an AWS account from one AWS Organization to another are:

  1. Create a new AWS account in Organization B
  2. Use the AWS Organizations service to move the account from Organization A to Organization B
  3. Delete the account from Organization A (optional)

Using the AWS Organizations service ensures that all the resources associated with the account, such as EC2 instances, S3 buckets, and IAM roles, are properly transferred to the new organization. It also maintains resource links and access control policies.

User Salminnella
by
7.5k points