Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed aws ec2 to spot instances (arriven#213)
A Spot Instance is an instance that uses spare EC2 capacity that is available for less than the On-Demand price. We can use this type because it's safe and even good to recreate instances in our case (new external IP and latest docker image).
- Loading branch information