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".
pull/1085/head
TC1977 6 years ago committed by Jack Ivanov
parent 635e7ff1af
commit 6d3bb1cf2b

@ -113,6 +113,7 @@ Additional variables:
"Action": [
"ec2:DescribeImages",
"ec2:DescribeKeyPairs",
"ec2:DescribeRegions",
"ec2:ImportKeyPair"
],
"Resource": [

Loading…
Cancel
Save