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

docs/aws: Update documentation for AWS Spot Instances
pull/6363/head
M. Marsh 8 years ago committed by GitHub
commit 1809975644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -168,10 +168,15 @@ for Packer to work:
"Resource" : "*"
}]
}
```
```
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

Loading…
Cancel
Save