2018-03-07 17:16:04 +01:00
|
|
|
{
|
|
|
|
"Version": "2012-10-17",
|
|
|
|
"Statement": [
|
|
|
|
{
|
|
|
|
"Sid": "ManageRoute53ForTests",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"route53:CreateHostedZone",
|
|
|
|
"route53:DeleteHostedZone",
|
|
|
|
"route53:GetHostedZone",
|
|
|
|
"route53:ListHostedZones",
|
|
|
|
"route53:UpdateHostedZoneComment"
|
|
|
|
],
|
|
|
|
"Resource": "*"
|
2019-03-14 00:42:33 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"Sid": "AllowTransitGatewayManagement",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"ec2:CreateTransitGateway",
|
|
|
|
"ec2:DeleteTransitGateway",
|
|
|
|
"ec2:DescribeTransitGateways"
|
|
|
|
],
|
|
|
|
"Resource": "*"
|
2019-07-04 21:25:19 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"Sid": "AllowCloudfrontUsage",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"cloudfront:CreateDistribution",
|
|
|
|
"cloudfront:CreateDistributionWithTags",
|
|
|
|
"cloudfront:CreateCloudFrontOriginAccessIdentity",
|
|
|
|
"cloudfront:DeleteDistribution",
|
|
|
|
"cloudfront:GetDistribution",
|
|
|
|
"cloudfront:GetStreamingDistribution",
|
|
|
|
"cloudfront:GetDistributionConfig",
|
|
|
|
"cloudfront:GetStreamingDistributionConfig",
|
|
|
|
"cloudfront:GetInvalidation",
|
|
|
|
"cloudfront:ListDistributions",
|
|
|
|
"cloudfront:ListDistributionsByWebACLId",
|
|
|
|
"cloudfront:ListInvalidations",
|
|
|
|
"cloudfront:ListStreamingDistributions",
|
|
|
|
"cloudfront:ListTagsForResource",
|
|
|
|
"cloudfront:TagResource",
|
|
|
|
"cloudfront:UntagResource",
|
|
|
|
"cloudfront:UpdateDistribution"
|
|
|
|
],
|
|
|
|
"Resource": "*"
|
2018-03-07 17:16:04 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|