neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

feat(aws): request spot instances #163

Closed pvoborni closed 2 years ago

pvoborni commented 2 years ago

This is only 1 commit but rebased on top of https://github.com/neoave/mrack/pull/162 (which is on top of https://github.com/neoave/mrack/pull/161 )

Spot instances are a great way how to save money for CI purposes.

https://aws.amazon.com/ec2/spot

This is inital implementation where the only possible option is to ask for spot instance, but not define SpotOptions - this can be extended later if wanted.

How to use:

Additional changes:

Signed-off-by: Petr Vobornik pvoborni@redhat.com