diff --git a/aws-custom-cluster/template-ssl.yaml b/aws-custom-cluster/template-ssl.yaml index a606bc01..846f1094 100644 --- a/aws-custom-cluster/template-ssl.yaml +++ b/aws-custom-cluster/template-ssl.yaml @@ -450,13 +450,12 @@ Resources: Type: AWS::AutoScaling::ScalingPolicy Properties: AutoScalingGroupName: !Ref OriginGroup + Cooldown: 120 PolicyType: TargetTrackingScaling TargetTrackingConfiguration: PredefinedMetricSpecification: PredefinedMetricType: ASGAverageCPUUtilization TargetValue: 50 - ScaleInCooldown: 300 - ScaleOutCooldown: 300 InstanceSecurityGroup: Type: 'AWS::EC2::SecurityGroup'