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.
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
6 years ago
|
{
|
||
|
"Version": "2012-10-17",
|
||
|
"Statement": [
|
||
|
{
|
||
|
"Sid": "ManageNetwork",
|
||
|
"Effect": "Allow",
|
||
|
"Action": [
|
||
|
"ec2:CreateNetworkInterface",
|
||
|
"ec2:CreateSubnet",
|
||
|
"ec2:CreateTags",
|
||
|
"ec2:CreateVpc",
|
||
|
"ec2:DeleteNetworkInterface",
|
||
|
"ec2:DeleteSubnet",
|
||
|
"ec2:DeleteVpc",
|
||
|
"ec2:DescribeNetworkInterfaceAttribute",
|
||
|
"ec2:DescribeNetworkInterfaces",
|
||
|
"ec2:DescribeSecurityGroups",
|
||
|
"ec2:DescribeSubnets",
|
||
|
"ec2:DescribeTags",
|
||
|
"ec2:DescribeVpcAttribute",
|
||
|
"ec2:DescribeVpcClassicLink",
|
||
|
"ec2:DescribeVpcs",
|
||
|
"ec2:ModifyVpcAttribute"
|
||
|
],
|
||
|
"Resource": "*"
|
||
|
},
|
||
|
{
|
||
|
"Sid": "ManageEFS",
|
||
|
"Effect": "Allow",
|
||
|
"Action": [
|
||
|
"elasticfilesystem:*"
|
||
|
],
|
||
|
"Resource": "*"
|
||
|
}
|
||
|
]
|
||
|
}
|