Merge pull request #5197 from BWITS/feature/policy_for_spot_instance

Add policies to use spot instance to create the AMI
This commit is contained in:
SwampDragons 2018-02-15 14:27:04 -08:00 committed by GitHub
commit 23567aad6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,9 @@ for Packer to work:
}]
}
```
### Notes to pay for a spot instance to create the AMI
You need to add two more actions: `ec2:RequestSpotInstances` and `ec2:CancelSpotInstanceRequests`
## Troubleshooting