Update list of required IAM permissions

The `ec2:DescribeSpotPriceHistory` is required when the `spot_price` parameter is set to `auto`.
This commit is contained in:
Fotios Lindiakos 2018-06-22 18:55:50 -04:00 committed by GitHub
parent f79381c3d5
commit 896ceee902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -184,7 +184,13 @@ Note that if you'd like to create a spot instance, you must also add:
ec2:RequestSpotInstances,
ec2:CancelSpotInstanceRequests,
ec2:DescribeSpotInstanceRequests
```
```
If you have the `spot_price` parameter set to `auto`, you must also add:
``` json
ec2:DescribeSpotPriceHistory
```
## Troubleshooting