(aws-ecs): add support for Amazon Linux 2023 in EcsOptimizedImage #26988
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Currently, the EcsOptimizedImage only provides hooks for Windows, Amazon Linux, and Amazon Linux 2. ECS is publishing a recommended ECS AMI for Amazon Linux 2023, however this is not implemented in the aws-ecs module.
Use Case
I want to launch ECS instances with the latest Amazon Linux 2023 AMI.
Proposed Solution
Expand EcsOptimizedImage to include a hook for Amazon Linux 2023. The same method for Amazon Linux and Amazon Linux 2 can be reapplied with a different
ec2.AmazonLinuxGeneration
.Other Information
No response
Acknowledgements
CDK version used
2.94.0
Environment details (OS name and version, etc.)
Ubuntu 22.04 LTS
The text was updated successfully, but these errors were encountered: