View a markdown version of this page

AnthropicSelfHostedEnvironmentAccess - AWS Managed Policy

AnthropicSelfHostedEnvironmentAccess

Description: Provides access to operate a self-hosted environment runner for Claude Managed Agents

AnthropicSelfHostedEnvironmentAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: June 12, 2026, 17:12 UTC

  • Edited time: June 12, 2026, 17:12 UTC

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

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" : "AnthropicSelfHostedEnvironmentWorkspace", "Effect" : "Allow", "Action" : [ "aws-external-anthropic:GetEnvironment", "aws-external-anthropic:GetSession", "aws-external-anthropic:GetSkill", "aws-external-anthropic:ProcessEnvironmentWork", "aws-external-anthropic:UpdateSession" ], "Resource" : "arn:aws:aws-external-anthropic:*:*:workspace/*" }, { "Sid" : "AnthropicSelfHostedEnvironmentResourceless", "Effect" : "Allow", "Action" : [ "aws-external-anthropic:CallWithBearerToken" ], "Resource" : "*" } ] }

Learn more