AWSServiceRolePolicyForBackupReports - AWS Managed Policy

AWSServiceRolePolicyForBackupReports

Description: Provides AWS Backup permissions to create compliance reports on your behalf

AWSServiceRolePolicyForBackupReports 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: August 19, 2021, 21:16 UTC

  • Edited time: March 10, 2023, 00:51 UTC

  • ARN: arn:aws:iam::aws:policy/aws-service-role/AWSServiceRolePolicyForBackupReports

Policy version

Policy version: v2 (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" : [ { "Effect" : "Allow", "Action" : [ "backup:DescribeFramework", "backup:ListBackupJobs", "backup:ListRestoreJobs", "backup:ListCopyJobs" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "config:DescribeConfigurationRecorders", "config:DescribeConfigurationRecorderStatus", "config:BatchGetResourceConfig", "config:SelectResourceConfig", "config:DescribeConfigurationAggregators", "config:SelectAggregateResourceConfig", "config:DescribeConfigRuleEvaluationStatus", "config:DescribeConfigRules", "s3:GetBucketLocation" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "config:GetComplianceDetailsByConfigRule", "config:PutConfigRule", "config:DeleteConfigRule" ], "Resource" : "arn:aws:config:*:*:config-rule/aws-service-rule/backup.amazonaws.com*" }, { "Effect" : "Allow", "Action" : [ "config:DeleteConfigurationAggregator", "config:PutConfigurationAggregator" ], "Resource" : "arn:aws:config:*:*:config-aggregator/aws-service-config-aggregator/backup.amazonaws.com*" } ] }

Learn more