惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
F
Fortinet All Blogs
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
V
Visual Studio Blog
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
L
LangChain Blog
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
P
Proofpoint News Feed
博客园_首页
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
C
Check Point Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog

The Register - Software: Virtualization

Xen Project gets serious about safety in push to possibly partition robot brains NodeWeaver says its perpetual licensing beats VMware’s perpetual price hikes NodeWeaver: Perpetual licensing beats VMware nickel-and-dime Microsoft cuts cloudy desktop prices by 20 percent Nutanix to add KubeVirt support to run VM on K8s at the edge Western Union zaps VMware and moves to Nutanix Nutanix thinks some Azure cloud desktops belong on-prem Nutanix thinks some Azure cloud desktops belong on-prem Nutanix brings its K8s to bare metal Half of VMware users plan to reduce usage by 2028 Xen Project announces five years of support for all releases Xen Project announces five years of support for all releases Broadcom says AI companies can’t make their own silicon One vendor doesn't mind high RAM prices: VMware NUC, NUC! Who’s there? ASUS with a thin client for cloud PCs Why flexibility will define the future of functionality Cisco set to release hypervisor as VMware alternative Cisco set to release hypervisor as VMware alternative Contain your Windows apps inside Linux Windows VMware scores early win in Siemens software licensing case Broadcom 'bulldozes' VMware CSPs with March deadline Java devs want container security - not the hassle Microsoft to face questions over From SA program Dell wants £10m+ from VMware if Tesco case goes against it Lenovo has a hunch you’re about to try quitting VMware China crew abused ESXi zero-days a year before disclosure China crew abused ESXi zero-days a year before disclosure AWS adds hybrid cloud storage support for Nutanix Nutanix pushes sovereign cloud in another swipe at VMware Nutanix pushes sovereign cloud in another swipe at VMware
AWS adds nested virtualization option for handful for EC2
Simon Sharwood Simon Sharwood · 2026-02-17 · via The Register - Software: Virtualization

Virtualization

Your chance to run a VM inside a VM, inside a cloud – which can mean WSL on a cloudy Windows PC

Amazon Web Services has enabled nested virtualization for a handful of EC2 instances.

Nested virtualization involves running a hypervisor inside another hypervisor. It is not an entirely bonkers idea because it offers the chance to create a test or simulation environment for the collection of linked VMs that makes up many enterprise IT setups. The technique can also be useful in production for containerised workloads, which often see tools like Kubernetes and Docker run in a VM, and every container running in its own VM.

Amazon suggests its new feature might come in handy “running emulators for mobile applications, simulating in-vehicle hardware for automobiles, and running Windows Subsystem for Linux on Windows workstations.”

AWS has allowed nested virtual machines on its bare metal instances for some time. In a Tuesday announcement revealed nested virtualization is now possible on its C8i, M8i, and R8i instances.

The thread – pardon the pun – linking the three instance types is their use of Xeon 6 processors, which Intel imbued with a new version of its Trust Domain Extensions (TDX) tech to improve isolation between a guest OS and hypervisor.

All EC2 instances run Amazon’s own Nitro hypervisor, which the cloud giant uses to parcel out its hardware into its various instance types. Nitro is invisible to users.

“To support nested virtualization, the Nitro System passes the processor extensions, such as Intel VT-x, to instances to facilitate running nested virtual machines,” states a user guide to the new offering. “The nested virtualization architecture consists of three layers: the physical AWS infrastructure and Nitro hypervisor (L0), your EC2 instance running a hypervisor (L1), and one or more virtual machines created within that instance (L2).”

AWS says it “currently” supports either Microsoft’s Hyper-V or the open source KVM as L1 hypervisors.

That leaves the door open to allow use of VMware’s ESXi, which is the most popular hypervisor for enterprise users, albeit one that its owner Broadcom is reluctant to license unless sold as part of its Cloud Foundation (VCF) private cloud suite. Maybe AWS can find a way to make that happen. The Register fancies Broadcom’s focus on VCF means the Amazon Elastic VMware Service will remain the only way to combine Cloudzilla and Virtzilla for the foreseeable future.

AWS is a little late to the nested virtualization party, as Azure and Google Cloud Platform already offer the feature. Google, however, only supports KVM. ®