File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -82,3 +82,21 @@ Resources:
82
82
- " cloudwatch:*"
83
83
Effect : Allow
84
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
+ - Action :
90
+ - " application-autoscaling:DeregisterScalableTarget"
91
+ - " application-autoscaling:DeleteScalingPolicy"
92
+ - " application-autoscaling:DescribeScalingPolicies"
93
+ - " application-autoscaling:PutScalingPolicy"
94
+ - " application-autoscaling:DescribeScalingPolicies"
95
+ - " application-autoscaling:RegisterScalableTarget"
96
+ - " application-autoscaling:DescribeScalableTargets"
97
+ - " iam:CreateServiceLinkedRole"
98
+ - " cloudwatch:DeleteAlarms"
99
+ - " cloudwatch:DescribeAlarms"
100
+ - " cloudwatch:PutMetricAlarm"
101
+ Effect : Allow
102
+ Resource : " *"
You can’t perform that action at this time.
0 commit comments