AWSSystemsManagerEnableConfigRecordingExecutionPolicy
Description: Provides permissions for AWS Systems Manager Quick Setup to enable and configure AWS Config configuration recording.
AWSSystemsManagerEnableConfigRecordingExecutionPolicy
is an AWS managed policy.
Using this policy
You can attach AWSSystemsManagerEnableConfigRecordingExecutionPolicy
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: June 26, 2024, 09:40 UTC
-
Edited time: June 26, 2024, 09:40 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSSystemsManagerEnableConfigRecordingExecutionPolicy
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" : "S3BucketCreatePermissions", "Effect" : "Allow", "Action" : [ "s3:CreateBucket", "s3:PutBucketPublicAccessBlock", "s3:ListBucket", "s3:PutBucketPolicy", "s3:PutEncryptionConfiguration" ], "Resource" : [ "arn:aws:s3:::aws-quick-setup-config-recording-*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "SNSTopicsListPermissions", "Effect" : "Allow", "Action" : [ "sns:ListTopics" ], "Resource" : "*" }, { "Sid" : "DefaultSNSTopicCreatePermissions", "Effect" : "Allow", "Action" : [ "sns:CreateTopic" ], "Resource" : "arn:aws:sns:*:*:ConfigRecording-Default-Topic" }, { "Sid" : "ConfigureAndStartConfigurationRecorderPermissions", "Effect" : "Allow", "Action" : [ "config:DescribeConfigurationRecorders", "config:DescribeDeliveryChannels", "config:PutConfigurationRecorder", "config:PutDeliveryChannel", "config:StartConfigurationRecorder" ], "Resource" : "*" }, { "Sid" : "GetAndPassConfigSLRPermissions", "Effect" : "Allow", "Action" : [ "iam:GetRole", "iam:PassRole" ], "Resource" : [ "arn:aws:iam::*:role/aws-service-role/config.amazonaws.com/AWSServiceRoleForConfig", "arn:aws:iam::*:role/AWSServiceRoleForConfig" ] }, { "Sid" : "CreateConfigSLRPermissions", "Effect" : "Allow", "Action" : [ "iam:CreateServiceLinkedRole" ], "Resource" : [ "arn:aws:iam::*:role/aws-service-role/config.amazonaws.com/AWSServiceRoleForConfig" ], "Condition" : { "StringEquals" : { "iam:AWSServiceName" : "config.amazonaws.com" } } } ] }