Installing an EC2 (EBS based) instance on another AWS account

Posted by imaginative on Server Fault See other posts from Server Fault or by imaginative
Published on 2011-11-28T23:09:50Z Indexed on 2011/11/29 1:53 UTC
Read the original article Hit count: 545

We're moving from one AWS account to another. I have a couple of EC2 instances I would like to move over. These instances are EBS based. Googling around, I'm seeing all sorts of convoluted answers for how to appropriately launch this EBS based instance on a new account. Surely there has to be a simple way of going about this. As of right now, what I have done so far is backup the EB2 Volume as a snapshot. I then altered the permissions of the snapshot to allow the new AWS account number to be able to access it.

I am not sure where to go from here. Do I have to create an image from the EBS snapshot? Upload it to S3? What's the next step(s)?

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about amazon-web-services