mitchellh / vagrant-aws

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

Spot Instances #514

Open mkubenka opened 7 years ago

mkubenka commented 7 years ago

Follow up of #430

With additional enhancements:

Fix #32, #338, https://github.com/KariusDx/vagrant-aws/pull/2

jwiegley commented 4 years ago

@mitchellh Is it time to merge this?

luisggpina commented 4 years ago

@mitchellh Having this merged would make my life (and my student's life) so much easier.

mkubenka commented 4 years ago

@luisggpina As a temporary solution you can use my Gem vagrant-aws-mkubenka with spot instances support.

Installation instructions:

vagrant plugin uninstall vagrant-aws
vagrant plugin install vagrant-aws-mkubenka --plugin-version "0.7.2.pre.22"
spuppi commented 4 years ago

Very good, but my instance does not get ip public even adding aws.associate_public_ip = true, any tips?