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
질문됨 2달 전124회 조회
1개 답변
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
전문가
답변함 2달 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인