Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Move AWS EC2 Instance to another account

I created a Amazon AWS EC2 instance under my account and made an website/ftp on it, now a new partner wants to move the instance under his company account so his company can pay the bills.

We can't change the instance IP because banks in the region are communicating with the server.

How can I move the instance to a different account without having to change anything on the configuration?

like image 475
Edgar J. Rodriguez Avatar asked Dec 01 '13 09:12

Edgar J. Rodriguez


People also ask

Can you move an EC2 instance to another account?

Short description. It's not possible to transfer existing instances or AMIs between AWS accounts. Instead, you can manually migrate an EC2 image from one AWS account to another.

Can we copy AMI from one account to another?

You can copy an Amazon Machine Image (AMI) within or across AWS Regions. You can copy both Amazon EBS-backed AMIs and instance-store-backed AMIs. You can copy AMIs with encrypted snapshots and also change encryption status during the copy process. You can copy AMIs that are shared with you.


1 Answers

The short answer is: No, you cannot move an running instance from one account to another unless and ofcourse AWS Technical support has some magic available behind the curtains.

You can However, Create an AMI from this instance and share this AMI with other users/account. refer: http://aws.amazon.com/articles/530

like image 51
slayedbylucifer Avatar answered Oct 20 '22 16:10

slayedbylucifer