Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ec2.WindowsVersion: Add Support for Windows Server 2025 #33293

Closed
2 tasks
zachaws opened this issue Feb 4, 2025 · 3 comments
Closed
2 tasks

ec2.WindowsVersion: Add Support for Windows Server 2025 #33293

zachaws opened this issue Feb 4, 2025 · 3 comments
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

Comments

@zachaws
Copy link

zachaws commented Feb 4, 2025

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.

aws ec2 describe-images \
    --owners amazon \
    --filters "Name=name,Values=Windows_Server-2025*" \
    --query 'Images[*].[ImageId,Name,CreationDate]' \
    --output table

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.177.0

Environment details (OS name and version, etc.)

macOS

@zachaws zachaws added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Feb 4, 2025
@github-actions github-actions bot added the @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud label Feb 4, 2025
@ashishdhingra
Copy link
Contributor

Similar to #18199 (refer related PR #18203).

@ashishdhingra ashishdhingra added p2 effort/small Small work item – less than a day of effort and removed needs-triage This issue or PR still needs to be triaged. labels Feb 4, 2025
@phuhung273
Copy link
Contributor

Implemented in #33499

Copy link

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

4 participants