AmazonBedrockLimitedAccess - AWS Managed Policy

AmazonBedrockLimitedAccess

Description: Provides limited access to Amazon Bedrock as well as to related services that are required by it

AmazonBedrockLimitedAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: June 29, 2025, 22:22 UTC

  • Edited time: June 29, 2025, 22:22 UTC

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

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" : "BedrockAPIs", "Effect" : "Allow", "Action" : [ "bedrock:Get*", "bedrock:List*", "bedrock:CallWithBearerToken", "bedrock:BatchDeleteEvaluationJob", "bedrock:CreateEvaluationJob", "bedrock:CreateGuardrail", "bedrock:CreateGuardrailVersion", "bedrock:CreateInferenceProfile", "bedrock:CreateModelCopyJob", "bedrock:CreateModelCustomizationJob", "bedrock:CreateModelImportJob", "bedrock:CreateModelInvocationJob", "bedrock:CreatePromptRouter", "bedrock:CreateProvisionedModelThroughput", "bedrock:DeleteCustomModel", "bedrock:DeleteGuardrail", "bedrock:DeleteImportedModel", "bedrock:DeleteInferenceProfile", "bedrock:DeletePromptRouter", "bedrock:DeleteProvisionedModelThroughput", "bedrock:StopEvaluationJob", "bedrock:StopModelCustomizationJob", "bedrock:StopModelInvocationJob", "bedrock:TagResource", "bedrock:UntagResource", "bedrock:UpdateGuardrail", "bedrock:UpdateProvisionedModelThroughput", "bedrock:ApplyGuardrail", "bedrock:InvokeModel", "bedrock:InvokeModelWithResponseStream" ], "Resource" : "*" }, { "Sid" : "DescribeKey", "Effect" : "Allow", "Action" : [ "kms:DescribeKey" ], "Resource" : "arn:*:kms:*:::*" }, { "Sid" : "APIsWithAllResourceAccess", "Effect" : "Allow", "Action" : [ "iam:ListRoles", "ec2:DescribeVpcs", "ec2:DescribeSubnets", "ec2:DescribeSecurityGroups" ], "Resource" : "*" }, { "Sid" : "MarketplaceOperationsFromBedrockFor3pModels", "Effect" : "Allow", "Action" : [ "aws-marketplace:Subscribe", "aws-marketplace:ViewSubscriptions", "aws-marketplace:Unsubscribe" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:CalledViaLast" : "bedrock.amazonaws.com" } } } ] }

Learn more