-
Notifications
You must be signed in to change notification settings - Fork 9
/
policy.json
107 lines (107 loc) · 3.31 KB
/
policy.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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "1",
"Effect": "Allow",
"Action": [
"ec2:DescribeRegions",
"ec2:DescribeInstances",
"ec2:DescribeVolumes",
"ec2:DescribeVpcs",
"ec2:DescribeSecurityGroups",
"ec2:DescribeNatGateways",
"ec2:DescribeRouteTables",
"ec2:DescribeSnapshots",
"ec2:DescribeNetworkAcls",
"ec2:DescribeKeyPairs",
"ec2:DescribeInternetGateways"
],
"Resource": "*"
},
{
"Sid": "2",
"Effect": "Allow",
"Action": [
"ec2:DescribeAddresses",
"ec2:DescribeSnapshots",
"elasticloadbalancing:DescribeLoadBalancers",
"autoscaling:DescribeAutoScalingGroups",
"ce:GetCostAndUsage",
"s3:ListAllMyBuckets"
],
"Resource": "*"
},
{
"Sid": "3",
"Effect": "Allow",
"Action": [
"lambda:ListFunctions",
"dynamodb:ListTables",
"dynamodb:DescribeTable",
"rds:DescribeDBInstances",
"cloudwatch:DescribeAlarms",
"cloudfront:ListDistributions",
"ecs:DescribeClusters",
"ecs:DescribeServices",
"ecs:DescribeTasks"
],
"Resource": "*"
},
{
"Sid": "4",
"Effect": "Allow",
"Action": [
"sqs:ListQueues",
"route53:ListHostedZones",
"sns:ListTopics",
"iam:ListGroups",
"iam:ListRoles",
"iam:ListPolicies",
"iam:ListUsers"
],
"Resource": "*"
},
{
"Sid": "5",
"Effect": "Allow",
"Action": [
"acm:ListCertificates",
"mq:ListBrokers",
"cloudwatch:GetMetricStatistics",
"cloudtrail:LookupEvents",
"ce:GetCostAndUsage",
"ce:GetCostForecast",
"datapipeline:ListPipelines",
"ec2:DescribeReservedInstances",
"ec2:DescribeSpotFleetRequests",
"ec2:DescribeScheduledInstances",
"eks:ListClusters",
"elasticache:DescribeCacheClusters",
"es:ListDomainNames"
],
"Resource": "*"
},
{
"Sid": "6",
"Effect": "Allow",
"Action": [
"glue:GetCrawlers",
"glue:GetJobs",
"organizations:DescribeOrganization",
"iam:GetUser",
"kinesis:ListStreams",
"kinesis:ListShards",
"kms:ListKeys",
"redshift:DescribeClusters",
"tag:GetResources",
"route53:ListResourceRecordSets",
"s3:ListAllMyBuckets",
"support:DescribeCases",
"support:DescribeTrustedAdvisorChecks",
"swf:ListDomains"
],
"Resource": "*"
}
]
}