Merge pull request #6356 from stack72/fix-aws-iam-profile
docs/aws: Update documentation for AWS Spot Instances
This commit is contained in:
commit
1809975644
|
@ -170,8 +170,13 @@ for Packer to work:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that if you'd like to create a spot instance, you must also add
|
Note that if you'd like to create a spot instance, you must also add:
|
||||||
`ec2:RequestSpotInstances` and `ec2:CancelSpotInstanceRequests`
|
|
||||||
|
``` json
|
||||||
|
ec2:RequestSpotInstances,
|
||||||
|
ec2:CancelSpotInstanceRequests,
|
||||||
|
ec2:DescribeSpotInstanceRequests
|
||||||
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue