-
Notifications
You must be signed in to change notification settings - Fork 4.2k
chore(ecs): add Windows2025 AMI #34901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
739ab7a
to
b4dad3a
Compare
Thank you for your contribution. The ECS API does seem to support Windows Server 2025 as an operating system family: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RuntimePlatform.html. Please consider adding these to |
Thanks for taking a look @kumsmrit, I can confirm the same issue as of today on us-east-1 Looking at Could you help inform ECS team ? |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
This pull request has been removed from the queue for the following reason: The pull request can't be updated. You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again. |
Thanks so much for helping @kumsmrit |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
None
Reason for this change
https://aws.amazon.com/about-aws/whats-new/2025/07/aws-availability-ecs-optimized-windows-server-2025-amis/
Description of changes
Error of old image on Windows2025
CannotStartContainerError: Error response from daemon: container f21c7ecd0047ff6ab04059523979ab2c16f20efa2a40a8a68d718fa30131f40c encountered an error during hcs::System::Start: failure in a Windows system call: The container operating system does not match the host operating system.
Describe any new or updated permissions being added
Description of how you validated changes
Integ
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license