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 b84d760 commit 432fd5eCopy full SHA for 432fd5e
templates/aws-stack.yml
@@ -716,10 +716,13 @@ Resources:
716
- cloudwatch:PutMetricData
717
- cloudformation:DescribeStackResource
718
- ec2:DescribeTags
719
+ Resource: "*"
720
+ - Effect: Allow
721
+ Action:
722
- autoscaling:DescribeAutoScalingInstances
723
- autoscaling:SetInstanceHealth
724
- autoscaling:TerminateInstanceInAutoScalingGroup
- Resource: "*"
725
+ Resource: !Sub arn:${AWS::Partition}:autoscaling:${AWS::Region}:${AWS::AccountId}:autoScalingGroup:*:autoScalingGroupName/${AWS::StackName}-AgentAutoScaleGroup-*
726
- Effect: Allow
727
Action:
728
- logs:CreateLogGroup
0 commit comments