VM export for EC2
aws.typepad.com
VM export for EC2
1–10 of 30 posts
Re: VM export for EC2
#2Re: VM export for EC2
#3Let's hope they support Linux exports soon then. This solves another problem as well, which is easily moving images around availability zones.
Re: VM export for EC2
#4Edit: Oh, this is windows only, significantly less exciting. I wonder why linux isn't supported?
Re: VM export for EC2
#5Re: VM export for EC2
#6Let's hope they support Linux exports soon then. This solves another problem as well, which is easily moving images around availability zones.
Imports, too - they launched an import tool about a year and a half ago, but it too only supports Windows.
Re: VM export for EC2
#7This is awesome - what would be the remaining use case/advantage for using an AMI when you can now snapshot to more widely supported formats and import them? Edit: Oh, this is windows only, significantly less exciting. I wonder why linux isn't supported?
Re: VM export for EC2
#8This is awesome - what would be the remaining use case/advantage for using an AMI when you can now snapshot to more widely supported formats and import them? Edit: Oh, this is windows only, significantly less exciting. I wonder why linux isn't supported?
Linux runs on EC2 via Xen/PV, which is a kernel-hypervisor interface not provided by other (non-Xen) virtualization systems. Exporting linux AMIs would require reaching inside your filesystem and modifying your kernel, which is far outside of the scope of anything Amazon would want to do (both in terms of "really complicated" and "liable to accidentally break things"). The same applies to importing images, of course.
[I don't work for Amazon and I don't speak for Amazon. The above is speculation based on information published by Amazon about EC2.]
Re: VM export for EC2
#9Let's hope they support Linux exports soon then. This solves another problem as well, which is easily moving images around availability zones.
Presumably you mean regions here? Within any one region, you can use an AMI in any of the availability zones.
Re: VM export for EC2
#10This is awesome - what would be the remaining use case/advantage for using an AMI when you can now snapshot to more widely supported formats and import them? Edit: Oh, this is windows only, significantly less exciting. I wonder why linux isn't supported?
I wonder why linux isn't supported? Linux runs on EC2 via Xen/PV, which is a kernel-hypervisor interface not provided by other (non-Xen) virtualization systems. Exporting linux AMIs would require reaching inside your filesystem and modifying your kernel, which is far outside of the scope of anything Amazon would want to do (both in terms of "really complicated" and "liable to accidentally break things"). The same app…
Amazon is unique in that they use PV-Grub everywhere to boot a customer filesystem kernel (newer behavior), whereas on other virtualization providers like Linode, the kernel is selected at domain creation time by the hypervisor, and loaded from the hypervisor's filesystem (not the customer). You can use PV-Grub but it's opt-in, not opt-out.