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.
@@ -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-ad2fc4b',
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "6.8.9",
3
+ "version": "6.9.0",
4
4
  "scripts": {
5
5
  "build": "tsc && cp bin/* . && node test.js",
6
6
  "clean": "rm *.d.ts *.js *.js.map"