Earlier quoted context omitted.
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…
It's not really complicated. If you have, say, a RHEL 6.2 image booting on EC2 you can take the same root filesystem and boot it with a kernel from any other RHEL 6.2 installation with some editing of the grub configuration. But you're right that Amazon isn't really interested in doing that work for you. Linux people who really need this are no doubt already doing it.
VM export for EC2
21–30 of 30 posts
Re: VM export for EC2
#22I'd like to see the dependence on PV-Grub lifted. Maybe Amzn is just not too skilled working with various bootloaders?
Re: VM export for EC2
#23Re: VM export for EC2
#24Re: VM export for EC2
#25Re: VM export for EC2
#26Let's hope they support Linux exports soon then. This solves another problem as well, which is easily moving images around availability zones.
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
#27Re: VM export for EC2
#28Re: VM export for EC2
#29Earlier quoted context omitted.
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.
Whoops, yes of course. That's what I meant. Moving images between regions is currently a pain.
At this point I have the entire process scripted, and it's still painful.
Re: VM export for EC2
#30Last time I checked (admittedly a little while ago), one had to do API calls through some convoluted way.
I was tempted to script it.