Amazon Web Services and Cloud admin on 20 Jan 2009 02:31 pm
I want EC2 Cloud but I’ve got VMWare !
Many organisations are used to using virtualisation in-house probably from the use of VMWare. Often the organisational need is to move an existing virtualised application hosted on VMWare to a cloud provider, such as EC2. If this is your scenario, standards won’t help but you can still achieve what you need to do. The basic steps to do this are:
1. Shut down the existing VMWare image
2. Grab a copy of QEMU which you can use to convert the image.
3. The VMDK file will then be converted into a RAW file
4. As this is a RAW image it should be bootable by a local Xen, QEMU or KVM installation.
5. Now you need to bundle this into an AMI using ‘ec2-bundle-image’
6. Lastly you need to upload the bundled image and register it in EC2.
7. The AMI will appear when you request a list of your images
We’ve done this for quite a few clients now and it is a relatively straight forward process.


















on 26 Jan 2009 at 11:52 am # Cloud Droplets #49 - 96 Tear Droplets | IT Management and Cloud Blog
[...] Cloudiquity [...]
on 28 Jan 2009 at 12:47 am # Do clouds have doors and locks? « Musings from the middle
[...] build on the RIGHT cloud the first time without getting locked in? Or should they build/port(like this VMware to Xen conversion) their app to each cloud platform for maximum [...]
on 22 Feb 2009 at 2:03 am # Can I have a cloud with a lock and doors please? « I want to be a dancer
[...] build on the RIGHT cloud the first time without getting locked in? Or should they build/port(like this VMware to Xen conversion) their app to each cloud platform for maximum [...]
on 27 Apr 2009 at 6:42 pm # sergio
Do you have anymore details on this process that you can provide?