We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939aabb commit 1536e56Copy full SHA for 1536e56
modules/auto-scalers.yaml
@@ -54,7 +54,7 @@ Resources:
54
Type: "AWS::ApplicationAutoScaling::ScalableTarget"
55
Properties:
56
ResourceId: service/Grid/NodeChrome
57
- RoleARN: !ImportValue AutoscalingRoleArn
+ RoleARN: !ImportValue AutoScalingRoleArn
58
ScalableDimension: "ecs:service:DesiredCount"
59
ServiceNamespace: "ecs"
60
MinCapacity: 1
@@ -98,4 +98,4 @@ Resources:
98
ScalingAdjustment: 3
99
MetricAggregationType: "Average"
100
Cooldown: 60
101
-
+
0 commit comments