-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathiam_policy.json
More file actions
27 lines (27 loc) · 870 Bytes
/
iam_policy.json
File metadata and controls
27 lines (27 loc) · 870 Bytes
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
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Action": [
"cloudfront:UpdateDistribution",
"cloudfront:CreateDistribution",
"cloudfront:DeleteDistribution",
"cloudfront:TagResource",
"cloudfront:GetDistributionConfig",
"s3:GetBucketAcl",
"s3:PutBucketAcl",
"route53:ListResourceRecordSets",
"route53:ChangeResourceRecordSets",
"acm:ListCertificates",
"acm:DescribeCertificate",
"lambda:GetFunction",
"lambda:DisableReplication*",
"lambda:EnableReplication*",
"iam:CreateServiceLinkedRole"
],
"Resource": "*"
}
]
}