dcl-ops-lib 6.8.9 → 6.9.0
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 +3 -3
- package/package.json +1 -1
package/createFargateTask.js
CHANGED
|
@@ -380,10 +380,10 @@ function createInternalService(config) {
|
|
|
380
380
|
});
|
|
381
381
|
}
|
|
382
382
|
function setAutoscaling(_, config) {
|
|
383
|
-
const ecsTarget = new aws.appautoscaling.Target(`ecs-target-asset-bundle-converter-dev`, {
|
|
383
|
+
const ecsTarget = new aws.appautoscaling.Target(`ecs-target-asset-bundle-windows-converter-dev`, {
|
|
384
384
|
maxCapacity: config.maxCapacity,
|
|
385
385
|
minCapacity: config.desiredCount,
|
|
386
|
-
resourceId: 'service/dev-main/asset-bundle-converter-blue-
|
|
386
|
+
resourceId: 'service/dev-main/asset-bundle-converter-windows-blue-a52ecaa',
|
|
387
387
|
scalableDimension: "ecs:service:DesiredCount",
|
|
388
388
|
serviceNamespace: "ecs",
|
|
389
389
|
});
|
|
@@ -403,7 +403,7 @@ function setAutoscaling(_, config) {
|
|
|
403
403
|
if (config.metricName === "ApproximateNumberOfMessagesVisible") {
|
|
404
404
|
TTS_CustomizedMetricSpecification = CSM_ApproximateNumberOfMessagesVisible;
|
|
405
405
|
}
|
|
406
|
-
return new aws.appautoscaling.Policy(`ecs-autoscaling-policy-asset-bundle-converter-dev`, {
|
|
406
|
+
return new aws.appautoscaling.Policy(`ecs-autoscaling-policy-asset-bundle-converter-windows-dev`, {
|
|
407
407
|
policyType: "TargetTrackingScaling",
|
|
408
408
|
resourceId: ecsTarget.resourceId,
|
|
409
409
|
scalableDimension: "ecs:service:DesiredCount",
|