Skip to content

v5.3.0: Allow spot instances to be used (#36)

Compare
Choose a tag to compare
@tfhartmann tfhartmann released this 20 Sep 18:02
· 9 commits to master since this release
* Allow spot instances to be used

An optional variable `spot_bid_price` has been added, which will allow
spot instances to be used for the ECS cluster.  When not specified (the
default), standard on-demand instances will still be used.

* Formatted files