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:
parent
f79381c3d5
commit
896ceee902
|
@ -186,6 +186,12 @@ ec2:CancelSpotInstanceRequests,
|
|||
ec2:DescribeSpotInstanceRequests
|
||||
```
|
||||
|
||||
If you have the `spot_price` parameter set to `auto`, you must also add:
|
||||
|
||||
``` json
|
||||
ec2:DescribeSpotPriceHistory
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Attaching IAM Policies to Roles
|
||||
|
|
Loading…
Reference in New Issue