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.
2 parents d9cc963 + 432fd5e commit 7539344Copy full SHA for 7539344
templates/aws-stack.yml
@@ -732,10 +732,13 @@ Resources:
732
- cloudwatch:PutMetricData
733
- cloudformation:DescribeStackResource
734
- ec2:DescribeTags
735
+ Resource: "*"
736
+ - Effect: Allow
737
+ Action:
738
- autoscaling:DescribeAutoScalingInstances
739
- autoscaling:SetInstanceHealth
740
- autoscaling:TerminateInstanceInAutoScalingGroup
- Resource: "*"
741
+ Resource: !Sub arn:${AWS::Partition}:autoscaling:${AWS::Region}:${AWS::AccountId}:autoScalingGroup:*:autoScalingGroupName/${AWS::StackName}-AgentAutoScaleGroup-*
742
- Effect: Allow
743
Action:
744
- logs:CreateLogGroup
0 commit comments