내용으로 건너뛰기

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

질문됨 일 년 전107회 조회
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

답변함 일 년 전
전문가
검토됨 일 년 전
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
답변함 일 년 전
전문가
검토됨 일 년 전

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

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