-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Closed
Copy link
Labels
@aws-cdk/aws-ecsRelated to Amazon Elastic ContainerRelated to Amazon Elastic ContainerdocumentationThis is a problem with documentation.This is a problem with documentation.p2
Description
Describe the issue
According to the ECS docs, Windows Fargate tasks ignore the required CPU and memory properties. However, this is not strictly true as Fargate internally uses those properties to set its instance type and memory. They are just not strictly enforced as Windows doesn't have a native mechanism similar to cgroups that can easily enforce collective resource limits on a group of containers.
ECS will soon update the docs to note this behavior. We should update the CDK docs to reflect this as soon as this update is published.
Publishing this on behalf of @Yogagh (commented here)
Links
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-ecsRelated to Amazon Elastic ContainerRelated to Amazon Elastic ContainerdocumentationThis is a problem with documentation.This is a problem with documentation.p2