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

asked 2 months ago42 views
2 Answers
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

profile picture
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago
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
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions