Persistent Spot Instance Request with CloudFormation
Posted
by
PapelPincel
on Server Fault
See other posts from Server Fault
or by PapelPincel
Published on 2012-09-05T13:36:39Z
Indexed on
2012/11/04
17:04 UTC
Read the original article
Hit count: 239
Is it possible to create "Persistent Spot Instance" with AWS CloudFormation ? I'm going through the Autoscale and EC2 CloudFormation's template references but there is no mention how to set a property so the Spot requests stay persistent.
When the price bid lower than the actual spot price AWS brings the instances down. I would like the instances to be started automatically when the instance price is cheaper again. This can be set manually when creating a new spot instance request by checking the option "Persistent Request" in the "Request Instances Wizard".
© Server Fault or respective owner