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 80f2dc9 commit 59ad5f1Copy full SHA for 59ad5f1
templates/aws-stack.yml
@@ -826,14 +826,14 @@ Resources:
826
- !Ref AWS::NoValue
827
- Effect: Allow
828
Action:
829
+ - autoscaling:DescribeAutoScalingInstances
830
- cloudwatch:PutMetricData
831
- cloudformation:DescribeStackResource
832
- ec2:DescribeTags
833
Resource: "*"
834
- Sid: TerminateInstance
835
Effect: Allow
836
- - autoscaling:DescribeAutoScalingInstances
837
- autoscaling:SetInstanceHealth
838
- autoscaling:TerminateInstanceInAutoScalingGroup
839
Resource: !Sub arn:${AWS::Partition}:autoscaling:${AWS::Region}:${AWS::AccountId}:autoScalingGroup:*:autoScalingGroupName/${AWS::StackName}-AgentAutoScaleGroup-*
0 commit comments