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 7f880f9 commit 54aa790Copy full SHA for 54aa790
templates/aws-stack.yml
@@ -959,7 +959,9 @@ Resources:
959
- Effect: Allow
960
Action:
961
- 'autoscaling:SuspendProcesses'
962
- Resource: '*'
+ Resource: !Sub
963
+ - "arn:aws:autoscaling:*:*:autoScalingGroup:*:autoScalingGroupName/${LogicalGroupName}"
964
+ - LogicalGroupName: !Ref AgentAutoScaleGroup
965
966
AzRebalancingSuspenderFunction:
967
Type: AWS::Lambda::Function
0 commit comments