AwsGlueSessionUserRestrictedServiceRole
Description: Provides full access to all AWS Glue resources except for sessions. Allows users to create and use only the interactive sessions that are associated with the user. This policy also includes other permissions needed by AWS Glue to manage Glue resources in other AWS services
AwsGlueSessionUserRestrictedServiceRole
is an AWS managed policy.
Using this policy
You can attach AwsGlueSessionUserRestrictedServiceRole
to your users, groups, and roles.
Policy details
-
Type: Service role policy
-
Creation time: April 14, 2022, 21:30 UTC
-
Edited time: August 05, 2024, 23:14 UTC
-
ARN:
arn:aws:iam::aws:policy/service-role/AwsGlueSessionUserRestrictedServiceRole
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" : "AllowGlueActions", "Effect" : "Allow", "Action" : "glue:*", "Resource" : [ "arn:aws:glue:*:*:catalog/*", "arn:aws:glue:*:*:database/*", "arn:aws:glue:*:*:table/*", "arn:aws:glue:*:*:tableVersion/*", "arn:aws:glue:*:*:connection/*", "arn:aws:glue:*:*:userDefinedFunction/*", "arn:aws:glue:*:*:devEndpoint/*", "arn:aws:glue:*:*:job/*", "arn:aws:glue:*:*:trigger/*", "arn:aws:glue:*:*:crawler/*", "arn:aws:glue:*:*:workflow/*", "arn:aws:glue:*:*:mlTransform/*", "arn:aws:glue:*:*:registry/*", "arn:aws:glue:*:*:schema/*" ] }, { "Sid" : "AllowCompletionActions", "Effect" : "Allow", "Action" : [ "glue:StartCompletion", "glue:GetCompletion" ], "Resource" : [ "arn:aws:glue:*:*:completion/*" ] }, { "Sid" : "AllowSessionActions", "Effect" : "Allow", "Action" : [ "glue:CreateSession" ], "Resource" : [ "arn:aws:glue:*:*:session/*" ], "Condition" : { "StringEquals" : { "aws:RequestTag/owner" : "${aws:userid}" }, "ForAnyValue:StringEquals" : { "aws:TagKeys" : [ "owner" ] } } }, { "Sid" : "AllowGlueTaggingAction", "Effect" : "Allow", "Action" : [ "glue:TagResource" ], "Resource" : "arn:aws:glue:*:*:session/*", "Condition" : { "StringEquals" : { "aws:ResourceTag/owner" : "${aws:userid}", "aws:RequestTag/owner" : "${aws:userid}" } } }, { "Sid" : "AllowStatementActions", "Effect" : "Allow", "Action" : [ "glue:RunStatement", "glue:GetStatement", "glue:ListStatements", "glue:CancelStatement", "glue:StopSession", "glue:DeleteSession", "glue:GetSession" ], "Resource" : [ "arn:aws:glue:*:*:session/*" ], "Condition" : { "StringEquals" : { "aws:ResourceTag/owner" : "${aws:userid}" } } }, { "Sid" : "AllowListSessionsAction", "Effect" : "Allow", "Action" : [ "glue:ListSessions" ], "Resource" : [ "*" ] }, { "Sid" : "DenyTagActions", "Effect" : "Deny", "Action" : [ "glue:UntagResource", "tag:TagResources", "tag:UntagResources" ], "Resource" : [ "arn:aws:glue:*:*:session/*" ], "Condition" : { "ForAnyValue:StringEquals" : { "aws:TagKeys" : [ "owner" ] } } }, { "Sid" : "AllowS3BucketActions", "Effect" : "Allow", "Action" : [ "s3:CreateBucket" ], "Resource" : [ "arn:aws:s3:::aws-glue-*" ] }, { "Sid" : "AllowS3ObjectActions", "Effect" : "Allow", "Action" : [ "s3:GetObject", "s3:PutObject", "s3:DeleteObject" ], "Resource" : [ "arn:aws:s3:::aws-glue-*/*", "arn:aws:s3:::*/*aws-glue-*/*" ] }, { "Sid" : "AllowS3ObjectCrawlerActions", "Effect" : "Allow", "Action" : [ "s3:GetObject" ], "Resource" : [ "arn:aws:s3:::crawler-public*" ] }, { "Sid" : "AllowLogsActions", "Effect" : "Allow", "Action" : [ "logs:CreateLogGroup", "logs:CreateLogStream", "logs:PutLogEvents" ], "Resource" : [ "arn:aws:logs:*:*:/aws-glue/*" ] }, { "Sid" : "AllowTagsActions", "Effect" : "Allow", "Action" : [ "ec2:CreateTags", "ec2:DeleteTags" ], "Condition" : { "ForAllValues:StringEquals" : { "aws:TagKeys" : [ "aws-glue-service-resource" ] } }, "Resource" : [ "arn:aws:ec2:*:*:network-interface/*", "arn:aws:ec2:*:*:security-group/*", "arn:aws:ec2:*:*:instance/*" ] } ] }