-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathamazon_documentdb_backup_restore_permissions.json
40 lines (40 loc) · 1.36 KB
/
amazon_documentdb_backup_restore_permissions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"rds:RestoreDBClusterFromSnapshot",
"rds:DeleteDBClusterSnapshot",
"rds:CreateDBInstance",
"rds:DescribeDBClusterSnapshots",
"rds:DescribeDBInstances",
"rds:DescribeDBClusters",
"rds:CreateDBClusterSnapshot",
"rds:ListTagsForResource",
"ec2:DescribeRegions",
"ec2:DescribeAvailabilityZones",
"ec2:DescribeSecurityGroups",
"ec2:DescribeVpcs",
"ec2:DescribeAccountAttributes",
"ec2:DescribeSubnets",
"iam:GetUser",
"iam:GetAccountAuthorizationDetails",
"kms:ReEncrypt*",
"kms:GenerateDataKey*",
"kms:CreateGrant",
"kms:DescribeKey*",
"kms:ListKeys",
"kms:ListAliases",
"kms:Encrypt",
"kms:Decrypt",
"kms:GenerateDataKeyWithoutPlaintext",
"kms:ListKeys",
"kms:ListAliases",
"kms:ListResourceTags"
],
"Resource": "*"
}
]
}