跳至内容

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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。