mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 574 forks source link

Spot Instances, includes tagging and EBS #430

Open 3vcloud opened 8 years ago

3vcloud commented 8 years ago

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.

3vcloud commented 8 years ago

https://github.com/mitchellh/vagrant-aws/issues/32 https://github.com/mitchellh/vagrant-aws/issues/338

mkubenka commented 8 years ago

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 commented 8 years ago

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

javnav commented 7 years ago

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