Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 566 Bytes

README.md

File metadata and controls

executable file
·
12 lines (9 loc) · 566 Bytes

AWS Persistant Spot Intance

-- forked from

EC2 spot instances behave much like regular instances, but are cheaper. Normally, they can only be inited from an AMI image, not EBS volume, resetting any changes made along the way. This script enables you to continue with your Spot instance where you left off.

Refer to this medium post for information on how to use this: https://medium.com/slavv/learning-machine-learning-on-the-cheap-persistent-aws-spot-instances-668e7294b6d8