AWSControlTowerAccountServiceRolePolicy
Description: Allows AWS Control Tower to call AWS services that provide automated account configuration and centralized governance on your behalf.
AWSControlTowerAccountServiceRolePolicy
is an AWS managed policy.
Using this policy
This policy is attached to a service-linked role that allows the service to perform actions on your behalf. You cannot attach this policy to your users, groups, or roles.
Policy details
-
Type: Service-linked role policy
-
Creation time: June 05, 2023, 22:04 UTC
-
Edited time: June 05, 2023, 22:04 UTC
-
ARN:
arn:aws:iam::aws:policy/aws-service-role/AWSControlTowerAccountServiceRolePolicy
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" : "AllowPutRuleOnSpecificSourcesAndDetailTypes", "Effect" : "Allow", "Action" : "events:PutRule", "Resource" : "arn:aws:events:*:*:rule/*ControlTower*", "Condition" : { "ForAnyValue:StringEquals" : { "events:source" : "aws.securityhub" }, "Null" : { "events:detail-type" : "false" }, "StringEquals" : { "events:ManagedBy" : "controltower.amazonaws.com", "events:detail-type" : "Security Hub Findings - Imported" } } }, { "Sid" : "AllowOtherOperationsOnRulesManagedByControlTower", "Effect" : "Allow", "Action" : [ "events:DeleteRule", "events:EnableRule", "events:DisableRule", "events:PutTargets", "events:RemoveTargets" ], "Resource" : "arn:aws:events:*:*:rule/*ControlTower*", "Condition" : { "StringEquals" : { "events:ManagedBy" : "controltower.amazonaws.com" } } }, { "Sid" : "AllowDescribeOperationsOnRulesManagedByControlTower", "Effect" : "Allow", "Action" : [ "events:DescribeRule", "events:ListTargetsByRule" ], "Resource" : "arn:aws:events:*:*:rule/*ControlTower*" }, { "Sid" : "AllowControlTowerToPublishSecurityNotifications", "Effect" : "Allow", "Action" : "sns:publish", "Resource" : "arn:aws:sns:*:*:aws-controltower-AggregateSecurityNotifications", "Condition" : { "StringEquals" : { "aws:PrincipalAccount" : "${aws:ResourceAccount}" } } }, { "Sid" : "AllowActionsForSecurityHubIntegration", "Effect" : "Allow", "Action" : [ "securityhub:DescribeStandardsControls", "securityhub:GetEnabledStandards" ], "Resource" : "arn:aws:securityhub:*:*:hub/default" } ] }