Skip to content

ecs: Unclear requirement for Fargate Windows task-level CPU/Memory properties #34645

@Abogical

Description

@Abogical

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 ContainerdocumentationThis is a problem with documentation.p2

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions