(aws-cdk-lib/aws-ec2): (Request to update Windows Version enum list) #27019
Labels
@aws-cdk/custom-resources
Related to AWS CDK Custom Resources
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
As per latest version of the CDK 2.94.0 (build 987c329) , whenever we are creating a Windows instance , there are few AMI version which are not available in the list of enums https://github.com/aws/aws-cdk/tree/main/packages/aws-cdk-lib/aws-ec2/lib/windows-versions.ts.
Example : we don't have the Microsoft Windows Server 2019 Full Locale English with SQL Standard 2019 AMI provided by Amazon enum value.
Use Case
Instead of using LookupMachineImage , if we can have the updated list ,its easier to manage by directly referring to enum value.
Proposed Solution
Add a Enum value WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_Standard
example:
export enum WindowsVersion {
WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_Standard : ''Windows_Server-2019-English-Full-SQL_2019_Standard'
}
Other Information
No response
Acknowledgements
CDK version used
CDK 2.94.0 (build 987c329
Environment details (OS name and version, etc.)
Mac OS
The text was updated successfully, but these errors were encountered: