Support for ECS Fargate Windows containers #720
Labels
help-wanted
We'd love your contributions on this issue
kind/enhancement
Improvements or new features
resolution/fixed
This issue was fixed
Hello!
Issue details
AWS recently introduced support for ECS Fargate windows containers.
https://aws.amazon.com/about-aws/whats-new/2021/10/aws-fargate-amazon-ecs-windows-containers/
Currently when using the awsx.ecs.FargateService and awsx.ecs.FargateTaskDefinition classes, Pulumi creates a linux cluster even if "os": "windows" is specified. I suppose this is because Fargate used to be linux only. However this is no longer the case. This could even be considered a bug at this point.
Please advise.
Affected area/feature
awsx.ecs
The text was updated successfully, but these errors were encountered: