AmazonSageMakerHyperPodTrainingOperatorAccess
Description: This policy provides administrative permissions required to set up the SageMaker HyperPod training operator. It enables access to Amazon SageMaker HyperPod and EKS add-ons. The policy includes permissions to describe the SageMaker HyperPod resources in your account.
AmazonSageMakerHyperPodTrainingOperatorAccess
is an AWS managed policy.
Using this policy
You can attach AmazonSageMakerHyperPodTrainingOperatorAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: August 19, 2025, 17:04 UTC
-
Edited time: August 19, 2025, 17:04 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonSageMakerHyperPodTrainingOperatorAccess
Policy version
Policy version: v1 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "AllowDescribeClusterNodeOnHyperPodClusters", "Effect" : "Allow", "Action" : "sagemaker:DescribeClusterNode", "Resource" : "arn:aws:sagemaker:*:*:cluster/*", "Condition" : { "StringEquals" : { "aws:ResourceTag/SageMaker" : "true" } } } ] }