Back Original

AWS Adds support for nested virtualization

6 files changed

lines changed

Original file line numberDiff line numberDiff 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+
17

# Release (2026-02-11)

28
39

## Module Highlights

Original file line numberDiff line numberDiff 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+
15

# v1.287.0 (2026-02-11)

26
37

* **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 numberDiff line numberDiff line change

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

55

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

66

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

77

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

99

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

1010

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

1111

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