Skip to content

Commit 7da139b

Browse files
committed
Update github actions to include autoscaling
1 parent f7c9538 commit 7da139b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

cloudformation/github-actions-setup.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,18 @@ Resources:
8282
- "cloudwatch:*"
8383
Effect: Allow
8484
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+
Effect: Allow
99+
Resource: "*"

0 commit comments

Comments
 (0)