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
If you're using the Amazon SageMaker Operators in China, download the following installer script instead. Whenever ``installer.yaml`` is referenced, use ``installer_china.yaml`` instead.
@@ -475,7 +475,7 @@ relationship code block into it. Be sure to replace all ``<OIDC ID>``, ``<AWS ac
475
475
}
476
476
]
477
477
}
478
-
478
+
479
479
If you're using the Amazon SageMaker Operators in China, create a file named ``trust.json`` and insert the following trust
480
480
relationship code block into it instead. Be sure to replace all ``<OIDC ID>``, ``<AWS account number>``, and ``<EKS Cluster region>`` placeholders with values corresponding to your cluster.
481
481
@@ -534,7 +534,7 @@ To attach AmazonSageMakerFullAccess, run the following command:
534
534
::
535
535
536
536
aws iam attach-role-policy --role-name <role name> --policy-arn arn:aws:iam::aws:policy/AmazonSageMakerFullAccess
537
-
537
+
538
538
If you're using the Amazon SageMaker Operators in China, attach the following policy instead:
539
539
540
540
::
@@ -570,11 +570,11 @@ To install the operator onto the cluster:
If you're using the Amazon SageMaker Operators in China, download the following operator script instead. Whenever ``operator.yaml`` is referenced, use ``operator_china.yaml`` instead.
0 commit comments