Merge pull request #6356 from stack72/fix-aws-iam-profile

docs/aws: Update documentation for AWS Spot Instances
This commit is contained in:
M. Marsh 2018-06-08 10:41:51 -07:00 committed by GitHub
commit 1809975644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -170,8 +170,13 @@ for Packer to work:
}
```
Note that if you'd like to create a spot instance, you must also add
`ec2:RequestSpotInstances` and `ec2:CancelSpotInstanceRequests`
Note that if you'd like to create a spot instance, you must also add:
``` json
ec2:RequestSpotInstances,
ec2:CancelSpotInstanceRequests,
ec2:DescribeSpotInstanceRequests
```
## Troubleshooting