mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Added missing minimum policy actions. (#522)
Going through the installation process it appears that you're missing the following calls: `ec2:describeAddresses` and `ec2:allocateAddress`. This change fixes that.
This commit is contained in:
parent
a225bde2b8
commit
25b6ab9e0a
1 changed files with 3 additions and 1 deletions
|
@ -157,7 +157,9 @@ Additional tags:
|
|||
"ec2:DescribeSecurityGroups",
|
||||
"ec2:AuthorizeSecurityGroupIngress",
|
||||
"ec2:RunInstances",
|
||||
"ec2:DescribeInstances"
|
||||
"ec2:DescribeInstances",
|
||||
"ec2:AllocateAddress",
|
||||
"ec2:DescribeAddresses"
|
||||
],
|
||||
"Resource": [
|
||||
"*"
|
||||
|
|
Loading…
Add table
Reference in a new issue