Closed Zeebrow closed 2 years ago
policy template to get started with:
{ "Version": "2012-10-17", "Statement": [ { "Sid": "InitDescribe", "Effect": "Allow", "Action": [ "iam:GetUser", "ec2:DescribeTags", "ec2:DescribeVpcs", "ec2:DescribeSubnets", "ec2:DescribeRouteTables", "ec2:DescribeInternetGateways" ], "Resource": "*" }, { "Sid": "InitCreate", "Effect": "Allow", "Action": [ "ec2:CreateTags", "ec2:CreateVpc", "ec2:CreateSubnet", "ec2:CreateRouteTable", "ec2:CreateRoute", "ec2:AssociateRouteTable", "ec2:AttachInternetGateway", "ec2:CreateInternetGateway" ], "Resource": "*" } ] }
--profile
main.py init
--region
init
make
destroy
Unauthorized
AccessDenied
policy template to get started with: