Skip to content

Commit

Permalink
chore(ec2): update Windows version enum list (#27042)
Browse files Browse the repository at this point in the history
I took the output of the command below and found the missing ones by diffing this [file](https:/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ec2/lib/windows-versions.ts).

```bash
aws ssm get-parameters-by-path --path "/aws/service/ami-windows-latest" --region us-east-1 | jq '.Parameters | .[] | .Name' | grep Windows_Server
```

Closes #27019.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
msambol authored Oct 11, 2023
1 parent 9cb9fb8 commit f1b2fae
Show file tree
Hide file tree
Showing 2 changed files with 401 additions and 175 deletions.
Loading

0 comments on commit f1b2fae

Please sign in to comment.