Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Add spot pricing option to launch config #40

Merged
merged 1 commit into from
Jul 21, 2016
Merged

Conversation

geoffreyclark
Copy link
Contributor

@atayarani Tested by doing the following:

  • Added :spot_price: 0.1 - result, no spot price (needed to be a string), all other settings look good.
  • No spot price value at all - no spot price, all other settings look good
  • Added :spot_price: '0.1' - creates launch config with spot price of 0.1

@@ -44,6 +44,7 @@
:vpc_subnets: # (String) Comma-separated list of VPC subnets to assign to autoscaler (valid for VPC instances only)
:classic_link_vpc_id: # (String) VPC id to use for ClassicLink (valid for EC2-Classic instances only)
:classic_link_sg_ids: # (String Array) VPC subnets to use for ClassicLink (valid for EC2-Classic instances only)
:spot_price: #(String) — The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. (valid for spot instances only)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: space between # and (

@atayarani
Copy link
Contributor

visual inspection: looks good

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants