mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-31 18:03:03 +02:00
Add DescribeRegions to CloudFormation
I needed to add this to fix ``` An error occurred (AccessDeniedException) when calling the GetRegions operation ```
This commit is contained in:
parent
2821f28866
commit
20fed42c8f
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