SageMakerStudioEMRContainersSystemNamespaceRolePolicy - AWS Managed Policy

SageMakerStudioEMRContainersSystemNamespaceRolePolicy

Description: Amazon SageMaker Studio creates IAM roles for projects users to perform data analytics, artificial intelligence, and machine learning actions, and uses this policy when creating these roles to define the permissions related to EMR.

SageMakerStudioEMRContainersSystemNamespaceRolePolicy is an AWS managed policy.

Using this policy

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

Policy details

  • Type: Service role policy

  • Creation time: October 23, 2025, 18:34 UTC

  • Edited time: October 23, 2025, 18:34 UTC

  • ARN: arn:aws:iam::aws:policy/service-role/SageMakerStudioEMRContainersSystemNamespaceRolePolicy

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" : "AssumeProjectRoles", "Effect" : "Allow", "Action" : [ "sts:AssumeRole", "sts:TagSession" ], "Resource" : [ "arn:aws:iam::*:role/datazone_emr_containers_query_engine_role_*", "arn:aws:iam::*:role/datazone_usr_role_*" ], "Condition" : { "StringEquals" : { "aws:CalledViaLast" : "emr-containers.amazonaws.com", "aws:ResourceTag/AmazonDataZoneProject" : "${aws:PrincipalTag/AmazonDataZoneProject}" }, "StringEqualsIfExists" : { "aws:RequestTag/AmazonDataZoneProject" : "${aws:PrincipalTag/AmazonDataZoneProject}" } } }, { "Sid" : "SetContextProjectRoles", "Effect" : "Allow", "Action" : [ "sts:SetContext" ], "Resource" : [ "arn:aws:iam::*:role/datazone_emr_containers_query_engine_role_*", "arn:aws:iam::*:role/datazone_usr_role_*" ], "Condition" : { "StringEquals" : { "aws:CalledViaLast" : "emr-containers.amazonaws.com", "aws:ResourceTag/AmazonDataZoneProject" : "${aws:PrincipalTag/AmazonDataZoneProject}" } } } ] }

Learn more