From 2777873f1ab24c5cd7f5873c6ad400f79f5f51f8 Mon Sep 17 00:00:00 2001 From: Michael Wittig Date: Tue, 18 Jul 2017 20:32:22 +0200 Subject: [PATCH] fixes #92 --- ecs/service-cluster-alb.yaml | 2 +- ecs/service-dedicated-alb.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ecs/service-cluster-alb.yaml b/ecs/service-cluster-alb.yaml index 8d1866cd2..8b4b4a8b9 100644 --- a/ecs/service-cluster-alb.yaml +++ b/ecs/service-cluster-alb.yaml @@ -281,7 +281,7 @@ Resources: Cooldown: 300 MinAdjustmentMagnitude: 1 StepAdjustments: - - MetricIntervalLowerBound: 0 + - MetricIntervalUpperBound: 0 ScalingAdjustment: -25 CPUUtilizationTooHighAlarm: Condition: HasAlertTopic diff --git a/ecs/service-dedicated-alb.yaml b/ecs/service-dedicated-alb.yaml index bf2d984ac..0e03ad6c5 100644 --- a/ecs/service-dedicated-alb.yaml +++ b/ecs/service-dedicated-alb.yaml @@ -344,7 +344,7 @@ Resources: Cooldown: 300 MinAdjustmentMagnitude: 1 StepAdjustments: - - MetricIntervalLowerBound: 0 + - MetricIntervalUpperBound: 0 ScalingAdjustment: -25 CPUUtilizationTooHighAlarm: Condition: HasAlertTopic