Skip to content

Commit

Permalink
chore: notice for aws/aws-cdk#31106
Browse files Browse the repository at this point in the history
  • Loading branch information
xazhao committed Aug 14, 2024
1 parent eb57120 commit 0a2675d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,18 @@
}
],
"schemaVersion": "1"
},
{
"title": "(ecs): cpu/memory validation for fargate compatible task failed when using token",
"issueNumber": 31106,
"overview": "A validation was added to check if the cpu/memory combination is fargate compatible task. The validation doesn't let the tokenized value to pass through. Therefore, when using tokenized values (e.g. CfnParameter) to create Fargate compatible ECS task, the validation will fail with error message `Invalid CPU and memory combinations for FARGATE compatible task definition`. The workaound is pin CDK to an older version 2.150 or before.",
"components": [
{
"name": "aws-cdk-lib.aws-ecs",
"version": "2.151.0"
}
],
"schemaVersion": "1"
}
]
}

0 comments on commit 0a2675d

Please sign in to comment.