AmazonSageMakerModelGovernanceUseAccess
Description: This AWS managed policy grants permissions needed to use all Amazon SageMaker Governance features. The policy also provides select access to related services (e.g., S3, KMS).
AmazonSageMakerModelGovernanceUseAccess
is an AWS managed policy.
Using this policy
You can attach AmazonSageMakerModelGovernanceUseAccess
to your users, groups, and roles.
Policy
details
-
Type: AWS managed policy
-
Creation time: November 30, 2022, 08:58 UTC
-
Edited time: June 04, 2024, 21:48 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonSageMakerModelGovernanceUseAccess
Policy version
Policy version: v3 (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" : "AllowSMMonitoringModelCards",
"Effect" : "Allow",
"Action" : [
"sagemaker:ListMonitoringAlerts",
"sagemaker:ListMonitoringExecutions",
"sagemaker:UpdateMonitoringAlert",
"sagemaker:StartMonitoringSchedule",
"sagemaker:StopMonitoringSchedule",
"sagemaker:ListMonitoringAlertHistory",
"sagemaker:DescribeModelPackage",
"sagemaker:DescribeModelPackageGroup",
"sagemaker:CreateModelCard",
"sagemaker:DescribeModelCard",
"sagemaker:UpdateModelCard",
"sagemaker:DeleteModelCard",
"sagemaker:ListModelCards",
"sagemaker:ListModelCardVersions",
"sagemaker:CreateModelCardExportJob",
"sagemaker:DescribeModelCardExportJob",
"sagemaker:ListModelCardExportJobs"
],
"Resource" : "*"
},
{
"Sid" : "AllowSMTrainingModelsSearchTags",
"Effect" : "Allow",
"Action" : [
"sagemaker:ListTrainingJobs",
"sagemaker:DescribeTrainingJob",
"sagemaker:ListModels",
"sagemaker:DescribeModel",
"sagemaker:Search",
"sagemaker:AddTags",
"sagemaker:DeleteTags",
"sagemaker:ListTags"
],
"Resource" : "*"
},
{
"Sid" : "AllowKMSActions",
"Effect" : "Allow",
"Action" : [
"kms:ListAliases"
],
"Resource" : "*"
},
{
"Sid" : "AllowS3Actions",
"Effect" : "Allow",
"Action" : [
"s3:GetObject",
"s3:PutObject",
"s3:CreateBucket",
"s3:GetBucketLocation"
],
"Resource" : [
"arn:aws:s3:::*SageMaker*",
"arn:aws:s3:::*Sagemaker*",
"arn:aws:s3:::*sagemaker*"
]
},
{
"Sid" : "AllowS3ListActions",
"Effect" : "Allow",
"Action" : [
"s3:ListBucket",
"s3:ListAllMyBuckets"
],
"Resource" : "*"
}
]
}