mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-16 22:27:20 +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",
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"ec2:DescribeRegions",
|
||||
"ec2:CreateInternetGateway",
|
||||
"ec2:DescribeVpcs",
|
||||
"ec2:CreateVpc",
|
||||
|
|
Loading…
Add table
Reference in a new issue