AWSQuickSetupEnableAREXExecutionPolicy
Description: This policy grants permissions that allow Systems Manager to run the AWSQuickSetupType-EnableAREX Automation runbook, which enables AWS Resource Explorer for use with Systems Manager.
AWSQuickSetupEnableAREXExecutionPolicy
is an AWS managed policy.
Using this policy
You can attach AWSQuickSetupEnableAREXExecutionPolicy
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: November 15, 2024, 22:45 UTC
-
Edited time: November 15, 2024, 22:45 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSQuickSetupEnableAREXExecutionPolicy
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" : "AllowReadActions", "Effect" : "Allow", "Action" : [ "resource-explorer-2:GetDefaultView", "resource-explorer-2:GetIndex", "resource-explorer-2:ListIndexes", "resource-explorer-2:ListViews" ], "Resource" : "*" }, { "Sid" : "AllowUpdateExistingIndexAndAssociateDefaultView", "Effect" : "Allow", "Action" : [ "resource-explorer-2:UpdateIndexType", "resource-explorer-2:AssociateDefaultView" ], "Resource" : "*" }, { "Sid" : "AllowCreateViewAndIndex", "Effect" : "Allow", "Action" : [ "resource-explorer-2:CreateView", "resource-explorer-2:CreateIndex", "resource-explorer-2:TagResource" ], "Resource" : [ "arn:aws:resource-explorer-2:*:*:view/all-resources/*", "arn:aws:resource-explorer-2:*:*:index/*" ], "Condition" : { "StringEquals" : { "aws:RequestTag/Type" : "QuickSetup", "aws:ResourceTag/Type" : "QuickSetup" }, "ForAllValues:StringEquals" : { "aws:TagKeys" : "Type" } } }, { "Sid" : "AllowCreateServiceLinkedRole", "Effect" : "Allow", "Action" : [ "iam:CreateServiceLinkedRole" ], "Condition" : { "StringEquals" : { "iam:AWSServiceName" : [ "resource-explorer-2.amazonaws.com" ] } }, "Resource" : "arn:aws:iam::*:role/aws-service-role/resource-explorer-2.amazonaws.com/AWSServiceRoleForResourceExplorer" } ] }