スキップしてコンテンツを表示

HI Team i want to transfer ami from mumbai region into london region different aws account is it possible

0

HI Team i want to transfer ami from mumbai region into london region different aws account is it possible

Account to account transfer different region

質問済み 1年前104ビュー
2回答
0

Yes, it is possible to transfer an Amazon Machine Image (AMI) from the Mumbai region to the London region across different AWS accounts, but it involves a few steps:

  1. In the source account (Mumbai region):

    • Create a custom AMI if you haven't already.
    • Modify the AMI permissions to share it with the target AWS account.
  2. In the target account (London region):

    • Copy the shared AMI from Mumbai to London region.
    • Launch a new EC2 instance from the copied AMI.
  3. Optionally, after the transfer is complete, you can deregister the shared AMI in the source account.

It's important to note that you cannot directly transfer an existing EC2 instance or AMI to a different AWS account. Instead, you need to create and share an AMI, then copy it to the desired region in the target account.

Keep in mind that transferring AMIs between regions may incur data transfer costs. Also, ensure that you have the necessary permissions in both AWS accounts to perform these actions.

After the transfer, review and update any region-specific configurations, such as security groups or IAM roles, as these may need to be recreated or adjusted in the new region.
Sources
Resource replication or migration between AWS accounts - AWS Prescriptive Guidance

回答済み 1年前
エキスパート
レビュー済み 1年前
0

Hi,

Sharing the following AWS documents that provides detailed steps for your question. Please review the information in these documents.

Steps to share AMIs between AWS accounts in the source AWS account

Steps to find out the shared AMIs in the destination AWS account

Steps to copy AMIs within same region or different region,

AWS
回答済み 1年前
エキスパート
レビュー済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ