Hacker News new | ask | show | jobs
by LinuxBender 1213 days ago
I've been a customer of Linode since about the time they were created. I've also been a customer of Akamai in the past. Based on my experience with Akamai I was expecting this to happen just was not sure when it would.

My personal strategy to mitigate cost spikes is to have accounts with numerous VPS providers as that does not cost anything and to re-balance my nodes based on uptime, performance and cost. I found that an unexpected benefit to this method makes it easier to mitigate VPS region outages and forces me to use better automation practices even with my silly hobby sites.

1 comments

I would definitely read a blog write-up of any length on this, if you either already have or would be interested at all in making one.
This is probably not the answer you are looking for but I don't have a blog on this. For what it's worth there are existing blogs that talk about managing instances on multiple VPS providers with Ansible. I would actually defer to the proper devops people here that probably have their favorite write-ups on this topic since I basically fumbled my way through it. Some VPS providers have written Ansible plugins that integrate with their API's and some do not which just means spinning up nodes has to be done in their web interface ahead of time and setting up the SSH key trusts. For the ones that do that just means setting shell environment variables that contain the API token and calling their plugin. Linode has an Ansible plugin.
Your non-expert/non-specialist perspective is precisely what would be most valuable to me, a fellow non-expert/non-specialist. Your use case is similar to mine. You sound like you have a low threshold for extraneous BS that might nerdsnipe a prosumer, just like me. And when you say "fumbled my way through it" I hear "I dunno man, I just want it to work," which is exactly my viewpoint. All that means that whatever you might write would come at a subject I find intriguing from a perspective very similar to my own, and would therefore be more readily applicable to my interests, and probably require less flailing to make useful, than something written by or for "proper DevOps people".

No pressure intended, though, blog writing is work (unpaid work no less, for the overwhelming majority of people who aren't trying to make it their whole deal).

I'll second that.