AWSRolesAnywhereReadOnly - AWS Managed Policy

AWSRolesAnywhereReadOnly

Description: Provides read-only permissions to IAM Roles Anywhere resources, including but not limited to: GetTrustAnchor, ListProfiles, GetCRL. There will be no other permissions for other services included in this policy.

AWSRolesAnywhereReadOnly is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: July 16, 2025, 15:07 UTC

  • Edited time: July 16, 2025, 15:07 UTC

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

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" : "Profiles", "Effect" : "Allow", "Action" : [ "rolesanywhere:ListProfiles", "rolesanywhere:GetProfile" ], "Resource" : [ "arn:aws:rolesanywhere:*:*:profile/*" ] }, { "Sid" : "CRLs", "Effect" : "Allow", "Action" : [ "rolesanywhere:ListCrls", "rolesanywhere:GetCrl" ], "Resource" : [ "arn:aws:rolesanywhere:*:*:crl/*" ] }, { "Sid" : "Subjects", "Effect" : "Allow", "Action" : [ "rolesanywhere:ListSubjects", "rolesanywhere:GetSubject" ], "Resource" : [ "arn:aws:rolesanywhere:*:*:subject/*" ] }, { "Sid" : "TrustAnchors", "Effect" : "Allow", "Action" : [ "rolesanywhere:ListTrustAnchors", "rolesanywhere:GetTrustAnchor" ], "Resource" : [ "arn:aws:rolesanywhere:*:*:trust-anchor/*" ] }, { "Sid" : "Tags", "Effect" : "Allow", "Action" : [ "rolesanywhere:ListTagsForResource" ], "Resource" : [ "*" ] } ] }

Learn more