AWSQuickSetupPatchPolicyTagManagementExecutionPolicy
Description: Grants permissions to track which instances are managed by Quick Setup patch policy configurations through automated tagging and inventory collection.
AWSQuickSetupPatchPolicyTagManagementExecutionPolicy is an AWS managed policy.
Using this policy
You can attach AWSQuickSetupPatchPolicyTagManagementExecutionPolicy to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: June 03, 2026, 14:12 UTC
-
Edited time: June 03, 2026, 14:12 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSQuickSetupPatchPolicyTagManagementExecutionPolicy
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" : "GetSSMInventory", "Effect" : "Allow", "Action" : [ "ssm:GetInventory" ], "Resource" : "*" }, { "Sid" : "ManageSSMManagedInstanceTags", "Effect" : "Allow", "Action" : [ "ssm:AddTagsToResource", "ssm:RemoveTagsFromResource" ], "Resource" : "arn:aws:ssm:*:*:managed-instance/*", "Condition" : { "ForAllValues:StringLike" : { "aws:TagKeys" : "QSConfigName-*" }, "ForAnyValue:StringLike" : { "aws:TagKeys" : "QSConfigName-*" } } }, { "Sid" : "ManageEC2InstanceTags", "Effect" : "Allow", "Action" : [ "ec2:CreateTags", "ec2:DeleteTags" ], "Resource" : "arn:aws:ec2:*:*:instance/*", "Condition" : { "ForAllValues:StringLike" : { "aws:TagKeys" : "QSConfigName-*" }, "ForAnyValue:StringLike" : { "aws:TagKeys" : "QSConfigName-*" } } } ] }