ssm-quicksetup:CreateConfigurationManager

Write

ssm-quicksetup:CreateConfigurationManager is a Write access-level action in the ssm-quicksetup service. Grants permission to create a Quick Setup configuration manager resource

Resource types

ARNs that ssm-quicksetup:CreateConfigurationManager can be scoped to in an IAM policy.

arn:${Partition}:ssm-quicksetup:${Region}:${Account}:configuration-manager/${ConfigurationManagerId}
configuration-manager

Condition keys

Keys you can use in the Condition block of a policy that grants ssm-quicksetup:CreateConfigurationManager.

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Example IAM policy

A minimal policy that allows ssm-quicksetup:CreateConfigurationManager. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSsmquicksetupCreateConfigurationManager",
      "Effect": "Allow",
      "Action": "ssm-quicksetup:CreateConfigurationManager",
      "Resource": "*"
    }
  ]
}

Related actions in ssm-quicksetup

View all ssm-quicksetup actions →