AWS EC2 Spot instances can now be stopped and started like On-Demand instances
1–10 of 17 posts
Re: AWS EC2 Spot instances can now be stopped and started like On-Demand instances
#2Re: AWS EC2 Spot instances can now be stopped and started like On-Demand instances
#3One tip, as an easy way to track api changes in aws, checkout https://awsapichanges.info/
Re: AWS EC2 Spot instances can now be stopped and started like On-Demand instances
#4Re: AWS EC2 Spot instances can now be stopped and started like On-Demand instances
#5Re: AWS EC2 Spot instances can now be stopped and started like On-Demand instances
#6Obviously a response to yesterdays post: https://news.ycombinator.com/item?id=22027459
Re: AWS EC2 Spot instances can now be stopped and started like On-Demand instances
#7Obviously a response to yesterdays post: https://news.ycombinator.com/item?id=22027459
Re: AWS EC2 Spot instances can now be stopped and started like On-Demand instances
#8Hibernate is just like good old hibernate from windows XP days. You save the RAM to disk. And resume your processes on next boot and they won't even notice they were stopped! (Except for the time has changed...)
It might be really helpful for low priority batch processing.
Disclaimer: I've never tested this.
Re: AWS EC2 Spot instances can now be stopped and started like On-Demand instances
#9Spot also supports hibernate on some instance types: https://aws.amazon.com/about-aws/whats-new/2017/11/amazon-ec... Hibernate is just like good old hibernate from windows XP days. You save the RAM to disk. And resume your processes on next boot and they won't even notice they were stopped! (Except for the time has changed...) It might be really helpful for low priority batch processing. Disclaimer: I've never tested…
The ideal case scenario imho (one step beyond this stop/start-at-will feature) would be "convertible" spot - being able to migrate to on-demand with zero downtime when ec2 needs that capacity back - that'd solve a lot of my problems.
Re: AWS EC2 Spot instances can now be stopped and started like On-Demand instances
#10Spot also supports hibernate on some instance types: https://aws.amazon.com/about-aws/whats-new/2017/11/amazon-ec... Hibernate is just like good old hibernate from windows XP days. You save the RAM to disk. And resume your processes on next boot and they won't even notice they were stopped! (Except for the time has changed...) It might be really helpful for low priority batch processing. Disclaimer: I've never tested…
Neat! Did not know that. Thanks :-) The 100GB RAM cap seems rather limiting though. The ideal case scenario imho (one step beyond this stop/start-at-will feature) would be "convertible" spot - being able to migrate to on-demand with zero downtime when ec2 needs that capacity back - that'd solve a lot of my problems.