-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(ApplicationLoadBalancedFargateService): Container size won't update #13127
Copy link
Copy link
Open
Labels
@aws-cdk/aws-ecs-patternsRelated to ecs-patterns libraryRelated to ecs-patterns librarybugThis issue is a bug.This issue is a bug.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortp2
Description
Once the ECS stack first time deployment done, even I change the container size setting in CDK and run deployment command it won't update the ECS task size.
Reproduction Steps
- Build a ECS Stack with ApplicationLoadBalancedFargateService construct class with memoryLimitMiB and cpu option
- run deploy command
- change the value in memoryLimitMiB and cpu option
- run deploy command again
What did you expect to happen?
the task size should change to the latest value as define in CDK.
What actually happened?
the task size still as the first time deployment setting.
Environment
- CDK CLI Version : @aws-cdk/aws-ecs-patterns "1.88.0
- Framework Version:
- Node.js Version:
- OS :
- Language (Version):
Other
This is 🐛 Bug Report
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-ecs-patternsRelated to ecs-patterns libraryRelated to ecs-patterns librarybugThis issue is a bug.This issue is a bug.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortp2