Created
January 19, 2021 11:21
-
-
Save asvignesh/f704310780288cdd3bcc149e8bd2b9a3 to your computer and use it in GitHub Desktop.
Nimesa Permission for VPC Backup and Clone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "VisualEditor0", | |
"Effect": "Allow", | |
"Action": [ | |
"ec2:DeleteSubnet", | |
"ec2:CreateVpc", | |
"ec2:DescribeDhcpOptions", | |
"ec2:AttachInternetGateway", | |
"ec2:DescribeVpcAttribute", | |
"ec2:DeleteRouteTable", | |
"ec2:DescribeInternetGateways", | |
"ec2:CreateRoute", | |
"ec2:CreateInternetGateway", | |
"ec2:ModifyVpcAttribute", | |
"ec2:DeleteInternetGateway", | |
"ec2:DescribeNetworkAcls", | |
"ec2:DescribeRouteTables", | |
"ec2:EnableVpcClassicLink", | |
"ec2:DeleteNetworkAcl", | |
"ec2:DescribeVpcClassicLinkDnsSupport", | |
"ec2:CreateRouteTable", | |
"ec2:DetachInternetGateway", | |
"ec2:DescribeNatGateways", | |
"ec2:DescribeVpcClassicLink", | |
"ec2:DescribeVpcs", | |
"ec2:DeleteSecurityGroup", | |
"ec2:EnableVpcClassicLinkDnsSupport", | |
"ec2:DeleteVpc", | |
"ec2:CreateSubnet", | |
"ec2:DescribeSubnets" | |
], | |
"Resource": "*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment