mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
4.3 KiB
JSON
118 lines
4.3 KiB
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Sid": "ManageRoute53ForTests",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"route53:CreateHostedZone",
|
|
"route53:ChangeResourceRecordSets",
|
|
"route53:DeleteHostedZone",
|
|
"route53:GetHostedZone",
|
|
"route53:ListHostedZones",
|
|
"route53:ListResourceRecordSets",
|
|
"route53:UpdateHostedZoneComment"
|
|
],
|
|
"Resource": "*"
|
|
},
|
|
{
|
|
"Sid": "AllowInternetGatewayManagement",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"ec2:CreateInternetGateway",
|
|
"ec2:DeleteInternetGateway",
|
|
"ec2:DescribeInternetGateways"
|
|
],
|
|
"Resource": "*"
|
|
},
|
|
{
|
|
"Sid": "AllowTransitGatewayManagement",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"ec2:CreateTransitGateway",
|
|
"ec2:DeleteTransitGateway",
|
|
"ec2:DescribeTransitGateways"
|
|
],
|
|
"Resource": "*"
|
|
},
|
|
{
|
|
"Sid": "AllowUnspecifiedEC2NetworkingResource",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"ec2:AllocateAddress",
|
|
"ec2:AssociateAddress",
|
|
"ec2:AssociateDhcpOptions",
|
|
"ec2:AssociateRouteTable",
|
|
"ec2:AssociateVpcCidrBlock",
|
|
"ec2:AssociateSubnetCidrBlock",
|
|
"ec2:AttachInternetGateway",
|
|
"ec2:AttachNetworkInterface",
|
|
"ec2:AttachVpnGateway",
|
|
"ec2:CreateCustomerGateway",
|
|
"ec2:CreateDhcpOptions",
|
|
"ec2:CreateNatGateway",
|
|
"ec2:CreateNetworkAcl",
|
|
"ec2:CreateNetworkAclEntry",
|
|
"ec2:CreateNetworkInterface",
|
|
"ec2:CreateRoute",
|
|
"ec2:CreateRouteTable",
|
|
"ec2:CreateSubnet",
|
|
"ec2:CreateVpc",
|
|
"ec2:CreateVpnConnection",
|
|
"ec2:CreateVpnGateway",
|
|
"ec2:DeleteCustomerGateway",
|
|
"ec2:DeleteDhcpOptions",
|
|
"ec2:DeleteInternetGateway",
|
|
"ec2:DeleteNatGateway",
|
|
"ec2:DeleteNetworkAcl",
|
|
"ec2:DeleteNetworkAclEntry",
|
|
"ec2:DeleteNetworkInterface",
|
|
"ec2:DeleteRoute",
|
|
"ec2:DeleteRouteTable",
|
|
"ec2:DeleteSubnet",
|
|
"ec2:DeleteVpc",
|
|
"ec2:DeleteVpnConnection",
|
|
"ec2:DeleteVpnGateway",
|
|
"ec2:DetachInternetGateway",
|
|
"ec2:DetachVpnGateway",
|
|
"ec2:Describe*",
|
|
"ec2:DisassociateAddress",
|
|
"ec2:DisassociateRouteTable",
|
|
"ec2:DisassociateSubnetCidrBlock",
|
|
"ec2:DisassociateVpcCidrBlock",
|
|
"ec2:ModifySubnetAttribute",
|
|
"ec2:ModifyVpcAttribute",
|
|
"ec2:ReleaseAddress",
|
|
"ec2:ReplaceNetworkAclAssociation",
|
|
"ec2:ReplaceNetworkAclEntry",
|
|
"ec2:ReplaceRouteTableAssociation"
|
|
],
|
|
"Resource": "*"
|
|
},
|
|
{
|
|
"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": "*"
|
|
}
|
|
]
|
|
}
|