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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南