Added autospotting catalog entry (#601)

This commit is contained in:
chrisurwin
2017-08-23 17:21:15 +01:00
committed by Bill Maxwell
parent 13b75d349e
commit 400c9d4ada
5 changed files with 81 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Autospotting
### Info
This service builds upon the open source autospotting at [https://github.com/cristim/autospotting](https://github.com/cristim/autospotting)
This has been turned into a Rancher catalog entry with a couple of minor tweaks and the removal of the requirement to run it as a lambda function, it now runs as a docker container.
Autospotting works by taking a tag that you specify and adding it to an AWS Auto-Scaling Group with a value of true.
The container will then run and check for on-demand instances and replace them with cheap spot instances. This is a gradual process and will only replace one host in an ASG at a time.