aws-cdk
aws-cdk copied to clipboard
feat(aws-ecs): add windows core and kernel optimized ecs amis
Issue # (if applicable)
Closes #
Reason for this change
ECS packages currently does not have all the AMI's from the documentation: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_windows_AMI.html
Description of changes
adds
For Windows Server Core variants:
Windows Server 2022 Core: /aws/service/ami-windows-latest/Windows_Server-2022-English-Core-ECS_Optimized
Windows Server 2019 Core: /aws/service/ami-windows-latest/Windows_Server-2019-English-Core-ECS_Optimized
For kernel-specific Amazon Linux 2 variants:
Amazon Linux 2 kernel 5.10: /aws/service/ecs/optimized-ami/amazon-linux-2/kernel-5.10/recommended
Amazon Linux 2 kernel 5.10 (arm64): /aws/service/ecs/optimized-ami/amazon-linux-2/kernel-5.10/arm64/recommended
Amazon Linux 2 kernel 5.10 (GPU): /aws/service/ecs/optimized-ami/amazon-linux-2/kernel-5.10/gpu/recommended
Amazon Linux 2 kernel 5.10 (Neuron): /aws/service/ecs/optimized-ami/amazon-linux-2/kernel-5.10/inf/recommended
Describe any new or updated permissions being added
Description of how you validated changes
Checklist
- [ ] My code adheres to the CONTRIBUTING GUIDE and DESIGN GUIDELINES
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
AWS CodeBuild CI Report
- CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
- Commit ID: 022da8d0c28c00cc3d1cf6a49820132d4c736ead
- Result: SUCCEEDED
- Build Logs (available for 30 days)
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository