32 lines
914 B
JSON
32 lines
914 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Sid": "ManageVPCsForRoute53Testing",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"ec2:CreateTags",
|
|
"ec2:CreateVpc",
|
|
"ec2:DeleteVpc",
|
|
"ec2:DescribeTags",
|
|
"ec2:DescribeVpcAttribute",
|
|
"ec2:DescribeVpcClassicLink",
|
|
"ec2:DescribeVpcs",
|
|
"ec2:ModifyVpcAttribute"
|
|
],
|
|
"Resource": "*"
|
|
},
|
|
{
|
|
"Sid": "ManageRoute53ForTests",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"route53:CreateHostedZone",
|
|
"route53:DeleteHostedZone",
|
|
"route53:GetHostedZone",
|
|
"route53:ListHostedZones",
|
|
"route53:UpdateHostedZoneComment"
|
|
],
|
|
"Resource": "*"
|
|
}
|
|
]
|
|
}
|