Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Spot Instances, includes tagging and EBS #430

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

Spot Instances, includes tagging and EBS #430

wants to merge 4 commits into from

Conversation

3vcloud
Copy link

@3vcloud 3vcloud commented Dec 9, 2015

Forked original vagrant-aws repo to be able to submit pull request.

Added code changes from https://github.com/3vcloud/vagrant-aws , thanks to https://github.com/KariusDx/vagrant-aws for original spot functionality.

This commit allows spot instances to be created; the process in synchronous - waiting for the spot request to be successful before continuing. Cancels spot request after server is up.

Added code changes from https://github.com/3vcloud/vagrant-aws , thanks to https://github.com/KariusDx/vagrant-aws

This commit allows spot instances to be created; the process in synchronous - waiting for the spot request to be successful before continuing. Cancels spot request after server is up.
@3vcloud
Copy link
Author

3vcloud commented Dec 9, 2015

#32
#338

…icts when cloning this repo instead of the original.
@@ -153,6 +154,10 @@ This provider exposes quite a few provider-specific configuration options:
* `unregister_elb_from_az` - Removes the ELB from the AZ on removal of the last instance if true (default). In non default VPC this has to be false.
* `terminate_on_shutdown` - Indicates whether an instance stops or terminates
when you initiate shutdown from the instance.

* `spot_instance` - Boolean value; indicates whether the config is for a spot instance, or on-demand. For more information about spot instances, see the [AWS Documentation](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-spot-instances-work.html)
* `max_spot_price` - Decimal value; state the maximum bid for your spot instance. Ignored if `spot_instance` is not true.

Choose a reason for hiding this comment

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

Should be spot_max_price.

@mkubenka
Copy link

Running without any tags produce error:

There was an error talking to AWS. The error message is shown
below:

InvalidParameterValue => You must specify one or more tags to create

@MixmasterFresh
Copy link

Is this pull request still being moved forward, or should someone else pick it up?

@javnav
Copy link

javnav commented Jan 10, 2017

Does this pull request interest to other people? I am really interested in this feature.

@mkubenka mkubenka mentioned this pull request Jun 18, 2017
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.

None yet

4 participants