Could someone explain why this is might be a big deal? I remember playing with nested virty some years ago and deciding it is a backwards step except for PoC and the like. Given I haven't personally run out of virty gear, I never needed to do a PoC.
AWS Adds support for nested virtualization
41–50 of 124 posts
Re: AWS Adds support for nested virtualization
#42Re: AWS Adds support for nested virtualization
#43Earlier quoted context omitted.
I was an Amazon EC2 Specialist SA in a prior role, so I know a little about this. If EC2 were like your home server, you might be right. And an EC2 bare metal instance is the closest approximation to that. On bare metal, you've always been free to run your own VMs, and we had some customers who rolled their own nested VM implementations on it. But EC2 is not like your home server. There are some nontrivial considerat…
I always enjoy the color you add to these conversations. Thanks!
It's provided many a chuckle.
Thanks!
Re: AWS Adds support for nested virtualization
#44Re: AWS Adds support for nested virtualization
#45Earlier quoted context omitted.
Seriously curious, don’t Firecracker VMs already run on EC2 instances under the hood when they host Lambda and Fargate?
Since I don't work for AWS I'm allowed to say that at the scale of millions/billions of microVMs you're better off running them on bare metal instances to avoid the overhead of nested virtualization.
Re: AWS Adds support for nested virtualization
#46Earlier quoted context omitted.
Unfortunately I'm not at liberty to dive deep into those details. I will say that Firecracker can be used on bare metal EC2 instances, whether you're a public customer or AWS itself. :-)
I guess I should have peeked at the source code when I was there…
A few of the best technical presentations that I've watched were at a pre-SKO event. Nitro, Graviton and Firecracker.
Great engineering pieces, the three of them.
Re: AWS Adds support for nested virtualization
#47Proof that we’re living in a simulation.
Re: AWS Adds support for nested virtualization
#48I wonder if this is connected to Azure launching OpenShift Virtualization on "Boost" SKUs? There are a lot of VMWare customers going to OpenShift Virt, and apparently the CPU/memory overhead on Azure maxes out around 10% under full load... but then hyper V has been doing a lot of work on it. No idea if nitro includes any of the KVM-on-KVM passthrough of full KVM, to give it an edge here.
Re: AWS Adds support for nested virtualization
#49Re: AWS Adds support for nested virtualization
#50This is a big deal because you can now run Firecracker/other microVMs in an AWS VM instead of expensive AWS bare-metal instances. GCP has had nested virtualization for a while.