We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c9538 commit 7da139bCopy full SHA for 7da139b
1 file changed
cloudformation/github-actions-setup.yml
@@ -82,3 +82,18 @@ Resources:
82
- "cloudwatch:*"
83
Effect: Allow
84
Resource: !Sub "arn:aws:cloudwatch:${AWS::Region}:${AWS::AccountId}:alarm:sagemaker-*"
85
+ - Action:
86
+ - "cloudwatch:*"
87
+ Effect: Allow
88
+ Resource: !Sub "arn:aws:cloudwatch:${AWS::Region}:${AWS::AccountId}:alarm:sagemaker-*"
89
90
+ - "application-autoscaling:DeregisterScalableTarget"
91
+ - "application-autoscaling:DeleteScalingPolicy"
92
+ - "application-autoscaling:DescribeScalingPolicies"
93
+ - "application-autoscaling:PutScalingPolicy"
94
95
+ - "application-autoscaling:RegisterScalableTarget"
96
+ - "application-autoscaling:DescribeScalableTargets"
97
+ - "iam:CreateServiceLinkedRole"
98
99
+ Resource: "*"
0 commit comments