moved autospotting to infra and added spot instance helper (#636)

This commit is contained in:
chrisurwin
2017-10-13 17:18:17 +01:00
committed by Bill Maxwell
parent 1dccf899ab
commit 3508bcab48
10 changed files with 61 additions and 0 deletions
@@ -0,0 +1,7 @@
# AWS Spot Instance Helper
### Info
This is a simple service that runs globally. It monitors the state of the host, if the host is running on a spot instance it will check to see if the host is scheduled for termination then it will automatically deactive the host and evaculate the containers.
The source code is available at [https://www.github.com/chrisurwin/aws-spot-instance-helper](https://www.github.com/chrisurwin/aws-spot-instance-helper)