AWS Adds support for nested virtualization

Published: (February 12, 2026 at 07:07 PM EST)
1 min read

Source: Hacker News

Release (2026-02-12)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.288.0
    Feature: Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non‑bare metal) EC2 instances.

Version History

v1.288.0 (2026-02-12)

  • Feature: Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non‑bare metal) EC2 instances.

v1.287.0 (2026-02-11)

  • Feature: R8i instances powered by custom Intel Xeon 6 processors available only on AWS with sustained all‑core 3.9 GHz turbo frequency.

Go Module Dependency Update

require (
    github.com/aws/aws-sdk-go-v2/config v1.32.7
    github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.22.0
    github.com/aws/aws-sdk-go-v2/service/dynamodb v1.55.0
    github.com/aws/aws-sdk-go-v2/service/ec2 v1.288.0 // updated from v1.287.0
    github.com/aws/aws-sdk-go-v2/service/lambda v1.88.0
    github.com/aws/aws-sdk-go-v2/service/s3 v1.96.0
    github.com/aws/aws-sdk-go-v2/service/s3control v1.68.0
)
0 views
Back to Blog

Related posts

Read more »

Show HN: 2D Coulomb Gas Simulator

Hamiltonian Each dot represents an electron experiencing pairwise Coulomb repulsion with every other electron while being confined by an external potential Q....

Use Protocols, Not Services

The Internet is almost anonymous and privacy‑preserving by design. Unless an administrator actively tries to track you, there is no built‑in identity layer. Wha...