Possibility of Live Migration of AWS resources to separate billing account

0

Hello,

Kindly update on process of migrating AWS resources (In production/running resources) to new account with different billing entity/organization.

BipinT
asked 2 months ago116 views
1 Answer
0

Hello.

When creating AWS resources, it is possible to convert the existing environment configuration to CloudFormation using the IaC generator.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/generate-IaC.html

There are multiple ways to migrate data, but basically I think there will be no problems if you migrate using the method described in the document below.
https://docs.aws.amazon.com/prescriptive-guidance/latest/transitioning-to-multiple-aws-accounts/resource-migration.html

profile picture
EXPERT
answered 2 months ago
  • Hello,

    To simpilify, the requirement is

    • AWS resources part of AWS (First Organization - A) should move as is to AWS (Second Organization - B).
    • Organization - A and B are different entities and needs separate invoices and would be paid by different entities. Organization (B) needs to be a separate entity and not part of Organization (A).
  • AWS resources part of AWS (First Organization - A) should move as is to AWS (Second Organization - B).

    By leaving the resources as is, do you mean that you want to migrate while also retaining the resource IDs (e.g. EC2 instance IDs)? I don't think it can be done in that case. For resources between accounts, the process involves creating resources at the migration destination and then migrating the data, so it is not possible to transfer resources completely as is.

    Organization - A and B are different entities and needs separate invoices and would be paid by different entities. Organization (B) needs to be a separate entity and not part of Organization (A).

    Even if they belong to different organizations, I think you can just recreate the resources and migrate the data. However, as explained above, you cannot move your resources in their entirety to another AWS account.

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.

Guidelines for Answering Questions