You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated Application Auto Scaling pass role policy (#1054)
Small updates to the Application Auto Scaling permissions configuration in the stand-alone tutorial based on updates in the controller ReadMe (aws-controllers-k8s/sagemaker-controller@194bee0)
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Copy file name to clipboardExpand all lines: docs/content/docs/tutorials/autoscaling-example.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,13 @@ printf '{
87
87
'> ./trust.json
88
88
```
89
89
90
-
Updating an Application Auto Scaling Scalable Target requires additional permissions. Create a file named `pass_role_policy.json` to create the policy required for the IAM role.
90
+
Updating an Application Auto Scaling Scalable Target requires additional permissions. First, create a service-linked role for Application Auto Scaling.
91
+
92
+
```sh
93
+
aws iam create-service-linked-role --aws-service-name sagemaker.application-autoscaling.amazonaws.com
94
+
```
95
+
96
+
Create a file named `pass_role_policy.json` to create the policy required for the IAM role.
0 commit comments