You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Application Auto Scaling API only supports a single policy against a metric at a time. By putting the value in the construct name, it is causing CloudFormation to replace the resource, which it can't do.
The error looks like this Only one TargetTrackingScaling policy for a given metric specification is allowed. (Service: AWSApplicationAutoScaling;
(This problem is present in v1 as well.)
The text was updated successfully, but these errors were encountered:
joshlartz
changed the title
Auto Scaling target value should not be used in the construct name
Bug: Auto Scaling target value should not be used in the construct name
May 10, 2022
See: https://github.com/cdklabs/cdk-ecs-service-extensions/blob/main/src/service.ts#L297,305
The Application Auto Scaling API only supports a single policy against a metric at a time. By putting the value in the construct name, it is causing CloudFormation to replace the resource, which it can't do.
The error looks like this
Only one TargetTrackingScaling policy for a given metric specification is allowed. (Service: AWSApplicationAutoScaling;
(This problem is present in v1 as well.)
The text was updated successfully, but these errors were encountered: