AWSBackupServiceRolePolicyForS3Restore - AWS Managed Policy

AWSBackupServiceRolePolicyForS3Restore

Description: Policy containing permissions necessary for AWS Backup to restore a S3 backup to a bucket. This includes read/write permissions to all S3 buckets, and permissions to GenerateDataKey and DescribeKey for all KMS keys.

AWSBackupServiceRolePolicyForS3Restore is an AWS managed policy.

Using this policy

You can attach AWSBackupServiceRolePolicyForS3Restore to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: February 18, 2022, 17:39 UTC

  • Edited time: February 07, 2023, 00:06 UTC

  • ARN: arn:aws:iam::aws:policy/AWSBackupServiceRolePolicyForS3Restore

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" : [ "s3:CreateBucket", "s3:ListBucketVersions", "s3:ListBucket", "s3:GetBucketVersioning", "s3:GetBucketLocation", "s3:PutBucketVersioning", "s3:PutBucketOwnershipControls", "s3:GetBucketOwnershipControls" ], "Resource" : [ "arn:aws:s3:::*" ] }, { "Effect" : "Allow", "Action" : [ "s3:GetObject", "s3:GetObjectVersion", "s3:DeleteObject", "s3:PutObjectVersionAcl", "s3:GetObjectVersionAcl", "s3:GetObjectTagging", "s3:PutObjectTagging", "s3:GetObjectAcl", "s3:PutObjectAcl", "s3:ListMultipartUploadParts", "s3:PutObject" ], "Resource" : [ "arn:aws:s3:::*/*" ] }, { "Effect" : "Allow", "Action" : [ "kms:DescribeKey", "kms:GenerateDataKey", "kms:Decrypt" ], "Resource" : "*", "Condition" : { "StringLike" : { "kms:ViaService" : "s3.*.amazonaws.com" } } } ] }

Learn more