Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Spot Instances + Terraform 0.12 Upgrade #52

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 23, 2018

  1. 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.
    ajbrown committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    01813df View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    1c900ad View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    6d02bdb View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    54cb6a6 View commit details
    Browse the repository at this point in the history