forked from janiko71/aws-inventory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory-policy-1.json
77 lines (77 loc) · 2.98 KB
/
inventory-policy-1.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
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances",
"clouddirectory:ListDirectories",
"ecs:DescribeTaskDefinition",
"ec2:DescribeInternetGateways",
"elasticbeanstalk:DescribeEnvironments",
"dynamodb:DescribeTable",
"autoscaling:DescribeAutoScalingGroups",
"cloudtrail:ListTags",
"ec2:DescribeVolumes",
"ec2:DescribeReservedInstances",
"apigateway:GET",
"ecs:ListTaskDefinitions",
"a4b:ListSkills",
"s3:GetBucketWebsite",
"lambda:ListFunctions",
"lightsail:Get*",
"autoscaling:DescribeTags",
"cloudformation:DescribeStackResources",
"cloudtrail:DescribeTrails",
"workdocs:DescribeInstances",
"acm-pca:ListCertificateAuthorities",
"ecs:DescribeClusters",
"cloudformation:DescribeStacks",
"workmail:DescribeOrganizations",
"acm:DescribeCertificate",
"ec2:DescribeScheduledInstances",
"cloudwatch:DescribeAlarms",
"eks:DescribeCluster",
"eks:ListClusters",
"ec2:DescribeElasticGpus",
"ec2:DescribeSubnets",
"glacier:ListVaults",
"ec2:DescribeVpnGateways",
"codestar:DescribeProject",
"ec2:DescribeAddresses",
"dynamodb:ListTables",
"autoscaling:DescribeLaunchConfigurations",
"s3:ListBucket",
"s3:GetBucketPolicy",
"ecs:ListServices",
"s3:GetEncryptionConfiguration",
"ec2:DescribeNetworkInterfaces",
"neptune-db:connect",
"rds:DescribeDBInstances",
"acm:ListCertificates",
"kms:DescribeKey",
"elasticbeanstalk:DescribeApplications",
"ecs:DescribeServices",
"elasticfilesystem:DescribeFileSystems",
"ec2:DescribeNatGateways",
"s3:GetBucketAcl",
"ec2:DescribeSecurityGroups",
"ec2:DescribeSpotFleetRequests",
"kms:ListKeys",
"workmail:DescribeMailDomains",
"ec2:DescribeSpotFleetInstances",
"workdocs:DescribeUsers",
"s3:ListAllMyBuckets",
"dynamodb:ListGlobalTables",
"dynamodb:DescribeGlobalTable",
"ec2:DescribeVpcs",
"autoscaling-plans:DescribeScalingPlans",
"codestar:ListProjects",
"s3:GetBucketLocation",
"rds:DescribeDBClusters"
],
"Resource": "*"
}
]
}