dcl-ops-lib 6.8.8 → 6.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/createFargateTask.js +2 -2
- package/package.json +1 -1
package/createFargateTask.js
CHANGED
|
@@ -406,8 +406,8 @@ function setAutoscaling(_, config) {
|
|
|
406
406
|
return new aws.appautoscaling.Policy(`ecs-autoscaling-policy-asset-bundle-converter-dev`, {
|
|
407
407
|
policyType: "TargetTrackingScaling",
|
|
408
408
|
resourceId: ecsTarget.resourceId,
|
|
409
|
-
scalableDimension:
|
|
410
|
-
serviceNamespace:
|
|
409
|
+
scalableDimension: "ecs:service:DesiredCount",
|
|
410
|
+
serviceNamespace: "ecs",
|
|
411
411
|
targetTrackingScalingPolicyConfiguration: {
|
|
412
412
|
targetValue: config.targetValue,
|
|
413
413
|
customizedMetricSpecification: TTS_CustomizedMetricSpecification,
|