ec2.WindowsVersion: Add Support for Windows Server 2025 #33293
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Windows Server 2025 AMIs are available through the console and API. The following blog announcement [1] outlines this.
The
WindowsVersion
enum does not currently have Windows Server 2025 options. The latest version that you can specify is 2022.The above outputs multiple AMIs.
In summary, the feature request is to add the supported Windows Server 2025 images to the
WindowsVersion
enum.References
[1] - https://aws.amazon.com/about-aws/whats-new/2024/11/microsoft-windows-server-2025-images-amazon-ec2/
[2] - https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.WindowsVersion.html
Use Case
Creating EC2 instances, the
WindowsVersion
enum allows you to specify the AMI.Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.177.0
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: