Skip to content

Commit bb40e70

Browse files
committed
Give instances permission to complete lifecycle actions
1 parent 51188df commit bb40e70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ Resources:
817817
- autoscaling:DescribeAutoScalingInstances
818818
- autoscaling:SetInstanceHealth
819819
- autoscaling:TerminateInstanceInAutoScalingGroup
820+
- autoscaling:CompleteLifecycleAction
820821
Resource: !Sub arn:${AWS::Partition}:autoscaling:${AWS::Region}:${AWS::AccountId}:autoScalingGroup:*:autoScalingGroupName/${AWS::StackName}-AgentAutoScaleGroup-*
821822
- Sid: Logging
822823
Effect: Allow

0 commit comments

Comments
 (0)