Merge pull request #6413 from thefotios-enigma/patch-2
Update list of required IAM permissions
This commit is contained in:
commit
0cb998682b
|
@ -186,6 +186,12 @@ ec2:CancelSpotInstanceRequests,
|
||||||
ec2:DescribeSpotInstanceRequests
|
ec2:DescribeSpotInstanceRequests
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you have the `spot_price` parameter set to `auto`, you must also add:
|
||||||
|
|
||||||
|
``` json
|
||||||
|
ec2:DescribeSpotPriceHistory
|
||||||
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
### Attaching IAM Policies to Roles
|
### Attaching IAM Policies to Roles
|
||||||
|
|
Loading…
Reference in New Issue