Skip to content

Commit

Permalink
chore: notice for issue 28518
Browse files Browse the repository at this point in the history
  • Loading branch information
godwingrs22 committed Jan 7, 2025
1 parent 4cf6423 commit 2f1f873
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,22 @@
}
],
"schemaVersion": "1"
},
{
"title": "(ecs): Deprecation of canContainersAccessInstanceRole in ECS constructs",
"issueNumber": 28518,
"overview": "The `canContainersAccessInstanceRole` property used in ECS Cluster.AddCapacity, Cluster.addAutoScalingGroupCapacity APIs, and AsgCapacityProvider construct is being deprecated. This property will be removed from the CDK codebase by December 12, 2025. Users should migrate to using ECS service's recommended configurations to block IMDS on EC2 instances if required. For detailed information on the deprecation, rationale, and recommended approaches, please refer to the GitHub discussion here: https://github.com/aws/aws-cdk/discussions/32609",
"components": [
{
"name": "aws-cdk-lib.aws_ecs.Cluster",
"version": "2.175.0"
},
{
"name": "aws-cdk-lib.aws_ecs.AsgCapacityProvider",
"version": "2.175.0"
}
],
"schemaVersion": "1"
}
]
}

0 comments on commit 2f1f873

Please sign in to comment.