-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzero-shield-standard.json
More file actions
65 lines (65 loc) · 1.8 KB
/
zero-shield-standard.json
File metadata and controls
65 lines (65 loc) · 1.8 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "InheritMinimalPolicy",
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances",
"ec2:DescribeSecurityGroups",
"ec2:DescribeVpcs",
"ec2:DescribeSubnets",
"ec2:DescribeVolumes",
"ec2:DescribeSnapshots",
"ec2:DescribeKeyPairs",
"ec2:DescribeNetworkAcls",
"ec2:DescribeIamInstanceProfileAssociations",
"ec2:GetConsoleOutput",
"iam:ListUsers",
"iam:ListRoles",
"iam:ListAccessKeys",
"iam:GetUser",
"iam:GetLoginProfile",
"iam:ListMFADevices",
"iam:ListAttachedRolePolicies",
"iam:GetInstanceProfile",
"s3:ListAllMyBuckets",
"s3:GetBucketPolicy",
"s3:GetBucketAcl",
"s3:GetBucketPublicAccessBlock",
"rds:DescribeDBInstances",
"dynamodb:ListTables",
"dynamodb:DescribeTable",
"elasticfilesystem:DescribeFileSystems",
"logs:DescribeLogGroups",
"logs:DescribeLogStreams",
"logs:GetLogEvents",
"cloudwatch:DescribeAlarms",
"cloudwatch:GetMetricStatistics",
"cloudtrail:LookupEvents",
"events:ListRules",
"events:DescribeRule",
"guardduty:ListDetectors",
"guardduty:ListFindings",
"guardduty:GetFindings",
"kms:ListKeys",
"kms:DescribeKey",
"kms:GetKeyRotationStatus",
"wafv2:ListWebACLs",
"ce:GetCostAndUsage",
"pricing:GetProducts",
"lambda:ListFunctions",
"lambda:GetFunction"
],
"Resource": "*"
},
{
"Sid": "InstanceQuarantineCapability",
"Effect": "Allow",
"Action": [
"ec2:ModifyInstanceAttribute"
],
"Resource": "arn:aws:ec2:*:*:instance/*"
}
]
}