Skip to content

Commit

Permalink
chore(ec2): update WindowsVersions enum (#29435)
Browse files Browse the repository at this point in the history
### Issue # (if applicable)

Could not find any in the backlog

### Reason for this change

Update the CDK EC2 listed Windows versions to match the current availability

### Description of changes

* Added new Windows images
* Marked as deprecated old Windows images

### Description of how you validated changes

Once again, I'm comparing the CDK enumeration to live SDK data, this time using the `ec2:DescribeImages` API command, with the following parameters:
```ts
{
	Owners: ["amazon"],
	Filters: [{ Name: "name", Values: ["Windows_Server*"] }],
}
```

Images that are no longer listed by this command are marked as `@deprecated`, and new images are added to the enum

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
nmussy committed Mar 27, 2024
1 parent cc7e95b commit b54f959
Showing 1 changed file with 1,324 additions and 266 deletions.
Loading

0 comments on commit b54f959

Please sign in to comment.