This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
c66_prepress_aws_iam_policy.json
50 lines (50 loc) · 1.79 KB
/
c66_prepress_aws_iam_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
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PrepressPermissions",
"Effect": "Allow",
"Action": [
"acm:DeleteCertificate",
"s3:GetBucketTagging",
"s3:DeleteObjectVersion",
"s3:ListBucketVersions",
"s3:CreateBucket",
"s3:ListBucket",
"cloudfront:CreateFunction",
"cloudfront:CreateInvalidation",
"cloudfront:GetDistribution",
"s3:GetObjectAcl",
"acm:RequestCertificate",
"s3:PutBucketTagging",
"cloudfront:UpdateFunction",
"acm:ListCertificates",
"cloudfront:UpdateDistribution",
"cloudfront:GetDistributionConfig",
"s3:DeleteObject",
"s3:DeleteBucket",
"s3:PutObjectAcl",
"cloudfront:UntagResource",
"cloudfront:PublishFunction",
"cloudfront:TagResource",
"cloudfront:GetInvalidation",
"acm:AddTagsToCertificate",
"cloudfront:CreateDistributionWithTags",
"cloudfront:CreateDistribution",
"acm:ListTagsForCertificate",
"s3:PutObject",
"s3:GetObject",
"cloudfront:DescribeFunction",
"acm:DescribeCertificate",
"s3:ListAllMyBuckets",
"acm:RemoveTagsFromCertificate",
"cloudfront:ListTagsForResource",
"cloudfront:ListDistributions",
"cloudfront:DeleteDistribution",
"s3:GetBucketLocation",
"s3:GetObjectVersion"
],
"Resource": "*"
}
]
}