跳至內容

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 年前檢視次數 105 次
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 年前

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

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