Skip to content

(ApplicationLoadBalancedFargateService): Container size won't update #13127

@tai-acall

Description

@tai-acall

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

  1. Build a ECS Stack with ApplicationLoadBalancedFargateService construct class with memoryLimitMiB and cpu option
  2. run deploy command
  3. change the value in memoryLimitMiB and cpu option
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-ecs-patternsRelated to ecs-patterns librarybugThis issue is a bug.effort/smallSmall work item – less than a day of effortp2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions