jgreenemi/Parris

Add support for AWS Spot Instances/other options besides On-Demand instances.

Open

#7 opened on Jan 2, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (320 stars) (22 forks)batch import
enhancementhelp wanted

Description

The tool is set to launch servers in the On-Demand way, meaning this is the most expensive way to go about it. This should be changed such that users can introduce the use of Spot instances to save on costs, or even take advantage of Reserved Instances if they have RI capacity already set aside. I'm unfamiliar how the latter works when used with CFN stacks, so this will require additional research.

Contributor guide