We currently have our own servers that have multiple KVM guests. If we ever decide to move to the Amazon EC2, would it possible to simply copy the VM image over or would I need to begin reconfiguring a new VM again on the cloud?
(It might sound silly but I'm still in the process of getting a grasp on the all the virtualisation/cloud stuff)
since you can import RAW images, you just need to make sure your guests are using raw. if they aren't RAW, you can use
qemu-img convert
to convert the images to RAW. This conversion will remove any snapshot chain you may have created using qcow2According to Amazon this is not possible: http://aws.amazon.com/en/ec2/faqs/#What_virtual_machine_file_formats_can_I_import
This software claims to import KVM guests. But Windows only guests as it seems. http://cloudscraper.migrate2iaas.com/ec2download