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 01aa09b commit 28a111cCopy full SHA for 28a111c
templates/aws-stack.yml
@@ -1209,7 +1209,9 @@ Resources:
1209
Version: '2012-10-17'
1210
Statement:
1211
- Effect: Allow
1212
- Action: autoscaling:CompleteLifecycleAction
+ Action:
1213
+ - autoscaling:CompleteLifecycleAction
1214
+ - autoscaling:TerminateInstanceInAutoScalingGroup
1215
Resource: !Sub arn:${AWS::Partition}:autoscaling:${AWS::Region}:${AWS::AccountId}:autoScalingGroup:*:autoScalingGroupName/${AWS::StackName}-AgentAutoScaleGroup-*
1216
1217
BootHook:
0 commit comments