Linux Virtualization Options on EC2

Posted by recampbell on Server Fault See other posts from Server Fault or by recampbell
Published on 2010-03-31T15:42:59Z Indexed on 2010/03/31 15:43 UTC
Read the original article Hit count: 574

I need to subdivide EC2 (or perhaps other cloud provider) instances. I know you cannot run a full virtualization stack on another. For instance a Xen guest cannot host a VirtualBox guest. So this means I am left with operating system-level virtualization.

EC2 kernels are only publishable by select vendors, so you cannot upload the custom kernels required for OpenVZ or Vserver.

For Linux, I think this leaves me with lxc (on Ubuntu 9.10), User Mode Linux, or qemu. I'm having a hard time finding comparisons between them. Performance is a concern, as is the ability to provide SMP to the guests. I would also like to use COW/sparse roots to reduce guest provisioning.

My question is, what are the trade-offs between these options?

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about linux