AWSResourceExplorerReadOnlyAccess - AWS Managed Policy

AWSResourceExplorerReadOnlyAccess

Description: This policy grants read-only permissions to search for and view Resource Explorer resources and grants read-only permissions to other AWS services to support this access.

AWSResourceExplorerReadOnlyAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: November 07, 2022, 19:56 UTC

  • Edited time: November 14, 2023, 16:43 UTC

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

Policy version

Policy version: v2 (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" : "ResourceExplorerReadOnlyAccess", "Effect" : "Allow", "Action" : [ "resource-explorer-2:Get*", "resource-explorer-2:List*", "resource-explorer-2:Search", "resource-explorer-2:BatchGetView", "ec2:DescribeRegions", "ram:ListResources", "ram:GetResourceShares", "organizations:DescribeOrganization" ], "Resource" : "*" } ] }

Learn more