本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AWSBackupServiceRolePolicyForRestores
描述:提供 AWS Backup 权限,允许您代表您跨 AWS 服务执行恢复。此策略包括创建和删除 AWS 资源(例如 EBS 卷、RDS 实例和 EFS 文件系统)的权限,这些资源是恢复过程的一部分。
AWSBackupServiceRolePolicyForRestores
是一个AWS 托管策略。
使用此策略
您可以将 AWSBackupServiceRolePolicyForRestores
附加到您的用户、组和角色。
策略详细信息
-
类型:服务角色策略
-
创建时间:2019 年 1 月 12 日 00:23 UTC
-
编辑时间:世界标准时间 2023 年 12 月 15 日 22:05
-
ARN:
arn:aws:iam::aws:policy/service-role/AWSBackupServiceRolePolicyForRestores
策略版本
策略版本:v20(默认)
此策略的默认版本是定义策略权限的版本。当使用该策略的用户或角色请求访问 AWS 资源时, AWS 会检查策略的默认版本以确定是否允许该请求。
JSON 策略文档
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "DynamoDBPermissions", "Effect" : "Allow", "Action" : [ "dynamodb:Scan", "dynamodb:Query", "dynamodb:UpdateItem", "dynamodb:PutItem", "dynamodb:GetItem", "dynamodb:DeleteItem", "dynamodb:BatchWriteItem", "dynamodb:DescribeTable" ], "Resource" : "arn:aws:dynamodb:*:*:table/*" }, { "Sid" : "DynamoDBBackupResourcePermissions", "Effect" : "Allow", "Action" : [ "dynamodb:RestoreTableFromBackup" ], "Resource" : "arn:aws:dynamodb:*:*:table/*/backup/*" }, { "Sid" : "EBSPermissions", "Effect" : "Allow", "Action" : [ "ec2:CreateVolume", "ec2:DeleteVolume" ], "Resource" : [ "arn:aws:ec2:*::snapshot/*", "arn:aws:ec2:*:*:volume/*" ] }, { "Sid" : "EC2DescribePermissions", "Effect" : "Allow", "Action" : [ "ec2:DescribeImages", "ec2:DescribeInstances", "ec2:DescribeSnapshots", "ec2:DescribeVolumes", "ec2:DescribeAccountAttributes", "ec2:DescribeAddresses", "ec2:DescribeAvailabilityZones", "ec2:DescribeSecurityGroups", "ec2:DescribeSubnets", "ec2:DescribeVpcs", "ec2:DescribeInternetGateways", "ec2:DescribeSnapshotTierStatus" ], "Resource" : "*" }, { "Sid" : "StorageGatewayVolumePermissions", "Effect" : "Allow", "Action" : [ "storagegateway:DeleteVolume", "storagegateway:DescribeCachediSCSIVolumes", "storagegateway:DescribeStorediSCSIVolumes", "storagegateway:AddTagsToResource" ], "Resource" : "arn:aws:storagegateway:*:*:gateway/*/volume/*" }, { "Sid" : "StorageGatewayGatewayPermissions", "Effect" : "Allow", "Action" : [ "storagegateway:DescribeGatewayInformation", "storagegateway:CreateStorediSCSIVolume", "storagegateway:CreateCachediSCSIVolume" ], "Resource" : "arn:aws:storagegateway:*:*:gateway/*" }, { "Sid" : "StorageGatewayListPermissions", "Effect" : "Allow", "Action" : [ "storagegateway:ListVolumes" ], "Resource" : "arn:aws:storagegateway:*:*:*" }, { "Sid" : "RDSPermissions", "Effect" : "Allow", "Action" : [ "rds:DescribeDBInstances", "rds:DescribeDBSnapshots", "rds:ListTagsForResource", "rds:RestoreDBInstanceFromDBSnapshot", "rds:DeleteDBInstance", "rds:AddTagsToResource", "rds:DescribeDBClusters", "rds:RestoreDBClusterFromSnapshot", "rds:DeleteDBCluster", "rds:RestoreDBInstanceToPointInTime", "rds:DescribeDBClusterSnapshots", "rds:RestoreDBClusterToPointInTime" ], "Resource" : "*" }, { "Sid" : "EFSPermissions", "Effect" : "Allow", "Action" : [ "elasticfilesystem:Restore", "elasticfilesystem:CreateFilesystem", "elasticfilesystem:DescribeFilesystems", "elasticfilesystem:DeleteFilesystem", "elasticfilesystem:TagResource" ], "Resource" : "arn:aws:elasticfilesystem:*:*:file-system/*" }, { "Sid" : "KMSDescribePermissions", "Effect" : "Allow", "Action" : "kms:DescribeKey", "Resource" : "*" }, { "Sid" : "KMSPermissions", "Effect" : "Allow", "Action" : [ "kms:Decrypt", "kms:Encrypt", "kms:GenerateDataKey", "kms:ReEncryptTo", "kms:ReEncryptFrom", "kms:GenerateDataKeyWithoutPlaintext" ], "Resource" : "*", "Condition" : { "StringLike" : { "kms:ViaService" : [ "dynamodb.*.amazonaws.com", "ec2.*.amazonaws.com", "elasticfilesystem.*.amazonaws.com", "rds.*.amazonaws.com", "redshift.*.amazonaws.com" ] } } }, { "Sid" : "KMSCreateGrantPermissions", "Effect" : "Allow", "Action" : "kms:CreateGrant", "Resource" : "*", "Condition" : { "Bool" : { "kms:GrantIsForAWSResource" : "true" } } }, { "Sid" : "EBSSnapshotBlockPermissions", "Effect" : "Allow", "Action" : [ "ebs:CompleteSnapshot", "ebs:StartSnapshot", "ebs:PutSnapshotBlock" ], "Resource" : "arn:aws:ec2:*::snapshot/*" }, { "Sid" : "RDSResourcePermissions", "Effect" : "Allow", "Action" : [ "rds:CreateDBInstance" ], "Resource" : "arn:aws:rds:*:*:db:*" }, { "Sid" : "EC2DeleteAndRestorePermissions", "Effect" : "Allow", "Action" : [ "ec2:DeleteSnapshot", "ec2:DeleteTags", "ec2:RestoreSnapshotTier" ], "Resource" : "arn:aws:ec2:*::snapshot/*", "Condition" : { "Null" : { "aws:ResourceTag/aws:backup:source-resource" : "false" } } }, { "Sid" : "EC2CreateTagsScopedPermissions", "Effect" : "Allow", "Action" : "ec2:CreateTags", "Resource" : [ "arn:aws:ec2:*::snapshot/*", "arn:aws:ec2:*:*:instance/*" ], "Condition" : { "ForAllValues:StringEquals" : { "aws:TagKeys" : [ "aws:backup:source-resource" ] } } }, { "Sid" : "EC2RunInstancesPermissions", "Effect" : "Allow", "Action" : [ "ec2:RunInstances" ], "Resource" : "*" }, { "Sid" : "EC2TerminateInstancesPermissions", "Effect" : "Allow", "Action" : [ "ec2:TerminateInstances" ], "Resource" : "arn:aws:ec2:*:*:instance/*" }, { "Sid" : "EC2CreateTagsPermissions", "Effect" : "Allow", "Action" : [ "ec2:CreateTags" ], "Resource" : [ "arn:aws:ec2:*:*:instance/*", "arn:aws:ec2:*:*:volume/*" ], "Condition" : { "ForAnyValue:StringLike" : { "ec2:CreateAction" : [ "RunInstances", "CreateVolume" ] } } }, { "Sid" : "FsxPermissions", "Effect" : "Allow", "Action" : [ "fsx:CreateFileSystemFromBackup" ], "Resource" : [ "arn:aws:fsx:*:*:file-system/*", "arn:aws:fsx:*:*:backup/*" ] }, { "Sid" : "FsxTagPermissions", "Effect" : "Allow", "Action" : [ "fsx:DescribeFileSystems", "fsx:TagResource" ], "Resource" : "arn:aws:fsx:*:*:file-system/*" }, { "Sid" : "FsxBackupPermissions", "Effect" : "Allow", "Action" : "fsx:DescribeBackups", "Resource" : "arn:aws:fsx:*:*:backup/*" }, { "Sid" : "FsxDeletePermissions", "Effect" : "Allow", "Action" : [ "fsx:DeleteFileSystem", "fsx:UntagResource" ], "Resource" : "arn:aws:fsx:*:*:file-system/*", "Condition" : { "Null" : { "aws:ResourceTag/aws:backup:source-resource" : "false" } } }, { "Sid" : "FsxDescribePermissions", "Effect" : "Allow", "Action" : [ "fsx:DescribeVolumes" ], "Resource" : "arn:aws:fsx:*:*:volume/*" }, { "Sid" : "FsxVolumeTagPermissions", "Effect" : "Allow", "Action" : [ "fsx:CreateVolumeFromBackup", "fsx:TagResource" ], "Resource" : [ "arn:aws:fsx:*:*:volume/*" ], "Condition" : { "ForAllValues:StringEquals" : { "aws:TagKeys" : [ "aws:backup:source-resource" ] } } }, { "Sid" : "FsxBackupTagPermissions", "Effect" : "Allow", "Action" : [ "fsx:CreateVolumeFromBackup", "fsx:TagResource" ], "Resource" : [ "arn:aws:fsx:*:*:storage-virtual-machine/*", "arn:aws:fsx:*:*:backup/*", "arn:aws:fsx:*:*:volume/*" ] }, { "Sid" : "FsxVolumePermissions", "Effect" : "Allow", "Action" : [ "fsx:DeleteVolume", "fsx:UntagResource" ], "Resource" : "arn:aws:fsx:*:*:volume/*", "Condition" : { "Null" : { "aws:ResourceTag/aws:backup:source-resource" : "false" } } }, { "Sid" : "DSPermissions", "Effect" : "Allow", "Action" : "ds:DescribeDirectories", "Resource" : "*" }, { "Sid" : "DynamoDBRestorePermissions", "Effect" : "Allow", "Action" : [ "dynamodb:RestoreTableFromAwsBackup" ], "Resource" : "arn:aws:dynamodb:*:*:table/*" }, { "Sid" : "GatewayRestorePermissions", "Effect" : "Allow", "Action" : [ "backup-gateway:Restore" ], "Resource" : "arn:aws:backup-gateway:*:*:hypervisor/*" }, { "Sid" : "CloudformationChangeSetPermissions", "Effect" : "Allow", "Action" : [ "cloudformation:CreateChangeSet", "cloudformation:DescribeChangeSet", "cloudformation:TagResource" ], "Resource" : "arn:aws:cloudformation:*:*:*/*/*" }, { "Sid" : "RedshiftClusterSnapshotPermissions", "Effect" : "Allow", "Action" : [ "redshift:RestoreFromClusterSnapshot", "redshift:RestoreTableFromClusterSnapshot" ], "Resource" : [ "arn:aws:redshift:*:*:snapshot:*/*", "arn:aws:redshift:*:*:cluster:*" ] }, { "Sid" : "RedshiftClusterPermissions", "Effect" : "Allow", "Action" : [ "redshift:DescribeClusters" ], "Resource" : [ "arn:aws:redshift:*:*:cluster:*" ] }, { "Sid" : "RedshiftTablePermissions", "Effect" : "Allow", "Action" : [ "redshift:DescribeTableRestoreStatus" ], "Resource" : "*" }, { "Sid" : "TimestreamResourcePermissions", "Effect" : "Allow", "Action" : [ "timestream:StartAwsRestoreJob", "timestream:GetAwsRestoreStatus", "timestream:ListTables", "timestream:ListTagsForResource", "timestream:ListDatabases", "timestream:DescribeTable", "timestream:DescribeDatabase" ], "Resource" : [ "arn:aws:timestream:*:*:database/*" ] }, { "Sid" : "TimestreamEndpointPermissions", "Effect" : "Allow", "Action" : [ "timestream:DescribeEndpoints" ], "Resource" : [ "*" ] } ] }