Advertisement
US | EN
Mad Beats
Industry

AWS Adds support for nested virtualization

AWS Adds support for nested virtualization

6 files changed

12

-

22

lines changed

Original file line number

Diff line number

Diff line change

@@ -1,3 +1,9 @@

1

+ # Release (2026-02-12)

2

+

3

+ ## Module Highlights

4

+ * `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.288.0](service/ec2/CHANGELOG.md#v12880-2026-02-12)

5

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

6

+

1

7

# Release (2026-02-11)

2

8

3

9

## Module Highlights

Original file line number

Diff line number

Diff line change

@@ -1,3 +1,7 @@

1

+ # v1.288.0 (2026-02-12)

2

+

3

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

4

+

1

5

# v1.287.0 (2026-02-11)

2

6

3

7

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

Original file line number

Diff line number

Diff line change

@@ -5,7 +5,7 @@ require (

5

5

github.com/aws/aws-sdk-go-v2/config v1.32.7

6

6

github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.22.0

7

7

github.com/aws/aws-sdk-go-v2/service/dynamodb v1.55.0

8

- github.com/aws/aws-sdk-go-v2/service/ec2 v1.287.0

8

+ github.com/aws/aws-sdk-go-v2/service/ec2 v1.288.0

9

9

github.com/aws/aws-sdk-go-v2/service/lambda v1.88.0

10

10

github.com/aws/aws-sdk-go-v2/service/s3 v1.96.0

11

11

github.com/aws/aws-sdk-go-v2/service/s3control v1.68.0