mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Add DescribeRegions to CloudFormation (#1901)
I needed to add this to fix ``` An error occurred (AccessDeniedException) when calling the GetRegions operation ```
This commit is contained in:
parent
b5bb64d07a
commit
bf6b969f0c
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ Additional variables:
|
||||||
"Sid": "CloudFormationEC2Access",
|
"Sid": "CloudFormationEC2Access",
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": [
|
"Action": [
|
||||||
|
"ec2:DescribeRegions",
|
||||||
"ec2:CreateInternetGateway",
|
"ec2:CreateInternetGateway",
|
||||||
"ec2:DescribeVpcs",
|
"ec2:DescribeVpcs",
|
||||||
"ec2:CreateVpc",
|
"ec2:CreateVpc",
|
||||||
|
|
Loading…
Add table
Reference in a new issue