Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

EC2 instance image on VirtualBOX?

Is there any way of getting the saved EC2 instance image and running it on virtualbox on my personal computer?

like image 780
Sujit Avatar asked Jun 22 '11 14:06

Sujit


People also ask

How do I get EC2 instance images?

From the Amazon EC2 Instances view, you can create Amazon Machine Images (AMIs) from either running or stopped instances. Right-click the instance you want to use as the basis for your AMI, and choose Create Image from the context menu.

What is EC2 instance image?

An Amazon Machine Image (AMI) is a master image for the creation of virtual servers -- known as EC2 instances -- in the Amazon Web Services (AWS) environment. The machine images are like templates that are configured with an operating system and other software that determine the user's operating environment.


2 Answers

The official way is only if it was originally imported into EC2

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ExportingEC2Instances.html

If you have previously imported an instance into Amazon EC2, you can use the command line tools to export that instance to Citrix Xen, Microsoft Hyper-V, or VMware vSphere. Exporting an instance can be useful when you want to deploy a copy of your EC2 instance in your on-site virtualization environment.

You cannot export an instance unless it was previously imported into AWS

like image 199
Ryan Avatar answered Nov 09 '22 00:11

Ryan


it looks like you can directly import/export ec2 and virtualbox/vmware images.

http://aws.amazon.com/ec2/vmimport/

like image 33
adkatrit Avatar answered Nov 09 '22 01:11

adkatrit