View a markdown version of this page

AmazonSageMakerHyperPodInferenceGatewayAccess - AWS Managed Policy

AmazonSageMakerHyperPodInferenceGatewayAccess

Description: This policy provides the permissions required to set up and operate the SageMaker HyperPod inference gateway. It enables the gateway to manage AWS Certificate Manager (ACM) certificates for TLS termination when deploying and serving inference workloads on HyperPod clusters.

AmazonSageMakerHyperPodInferenceGatewayAccess is an AWS managed policy.

Using this policy

You can attach AmazonSageMakerHyperPodInferenceGatewayAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: September 09, 2026, 23:27 UTC

  • Edited time: September 09, 2026, 23:27 UTC

  • ARN: arn:aws:iam::aws:policy/AmazonSageMakerHyperPodInferenceGatewayAccess

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" : "ImportOwnedCert", "Effect" : "Allow", "Action" : [ "acm:ImportCertificate", "acm:AddTagsToCertificate" ], "Resource" : "arn:aws:acm:*:*:certificate/*", "Condition" : { "StringEquals" : { "aws:RequestTag/CreatedBy" : "HyperPodInference", "aws:ResourceAccount" : "${aws:PrincipalAccount}" }, "ForAllValues:StringEquals" : { "aws:TagKeys" : [ "CreatedBy" ] } } }, { "Sid" : "ReadOwnedCerts", "Effect" : "Allow", "Action" : [ "acm:DescribeCertificate", "acm:ListTagsForCertificate" ], "Resource" : "arn:aws:acm:*:*:certificate/*", "Condition" : { "StringEquals" : { "aws:ResourceTag/CreatedBy" : "HyperPodInference", "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "DeleteOwnedImportedCerts", "Effect" : "Allow", "Action" : [ "acm:DeleteCertificate" ], "Resource" : "arn:aws:acm:*:*:certificate/*", "Condition" : { "StringEquals" : { "aws:ResourceTag/CreatedBy" : "HyperPodInference", "aws:ResourceAccount" : "${aws:PrincipalAccount}", "acm:CertificateKeyPairOrigin" : "CUSTOMER_PROVIDED" } } } ] }

Learn more