Are there organizations that have chosen one path or the other and have had success? Links to blogs/articles would be appreciated
Ask HN: Should I spin up and spin down VMs constantly?
1–6 of 6 posts
Re: Ask HN: Should I spin up and spin down VMs constantly?
#2If you're not using AWS, check to see how up/down affects your costs. Some will still charge you for VM's that are "down", meaning there is limited benefit (to you directly) to spinning them down.
Re: Ask HN: Should I spin up and spin down VMs constantly?
#3The only way AWS is cheaper than other providers is if you take advantage of the ability to spin up an EC2 instance from an image for just the time you need it, and spin it down when you don't. If you're not using AWS, check to see how up/down affects your costs. Some will still charge you for VM's that are "down", meaning there is limited benefit (to you directly) to spinning them down.
Re: Ask HN: Should I spin up and spin down VMs constantly?
#4Once they got through some growing pains (rate limits per project), Travis CI has switched to a 1 VM per build model that they'll probably detail in future blog posts.
https://blog.travis-ci.com/2016-04-07-migration-update
Disclaimer: I work on GCE, so of course I want you to use it ;).