mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Update minimum required IAM changes for deployment (#1080)
Ansible2.5 allows Algo to directly ask AWS for the region list, rather than have it hardcoded and updated manually. Updated the documented minimum required permissions to include "DescribeRegions".
This commit is contained in:
parent
635e7ff1af
commit
6d3bb1cf2b
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ Additional variables:
|
|||
"Action": [
|
||||
"ec2:DescribeImages",
|
||||
"ec2:DescribeKeyPairs",
|
||||
"ec2:DescribeRegions",
|
||||
"ec2:ImportKeyPair"
|
||||
],
|
||||
"Resource": [
|
||||
|
|
Loading…
Add table
Reference in a new issue