AmazonBedrockReadOnly - AWS Managed Policy

AmazonBedrockReadOnly

Description: Provides read only access to Amazon Bedrock

AmazonBedrockReadOnly is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: December 06, 2023, 15:48 UTC

  • Edited time: December 04, 2024, 19:36 UTC

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

Policy version

Policy version: v5 (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" : "AmazonBedrockReadOnly", "Effect" : "Allow", "Action" : [ "bedrock:Get*", "bedrock:List*" ], "Resource" : "*" }, { "Sid" : "MarketplaceModelEndpointNonMutatingAPIs", "Effect" : "Allow", "Action" : [ "sagemaker:DescribeEndpoint", "sagemaker:DescribeEndpointConfig", "sagemaker:DescribeModel", "sagemaker:DescribeInferenceComponent", "sagemaker:ListEndpoints", "sagemaker:ListTags" ], "Resource" : [ "arn:aws:sagemaker:*:*:endpoint/*", "arn:aws:sagemaker:*:*:endpoint-config/*", "arn:aws:sagemaker:*:*:model/*" ], "Condition" : { "StringEquals" : { "aws:CalledViaLast" : "bedrock.amazonaws.com" } } }, { "Sid" : "DiscoveringMarketplaceModel", "Effect" : "Allow", "Action" : [ "sagemaker:DescribeHubContent" ], "Resource" : [ "arn:aws:sagemaker:*:aws:hub-content/SageMakerPublicHub/Model/*", "arn:aws:sagemaker:*:aws:hub/SageMakerPublicHub" ] }, { "Sid" : "AllowMarketplaceModelsListing", "Effect" : "Allow", "Action" : [ "sagemaker:ListHubContents" ], "Resource" : "arn:aws:sagemaker:*:aws:hub/SageMakerPublicHub" } ] }

Learn more