Post
Topic
Board Services
Re: Ideas for cheap high performance computing rental (online)
by
torba
on 28/07/2013, 01:54:25 UTC
I take it that ec2 is simply too complex for you? (Their payment system is almost impossible to calculate beforehand). If you need something much more simple you can get a vps, cheaper than a dedicated server. If your after a service that's simple and great or amazing to use, heroku provides that. They take away the pain of having to deal with any servers, you upload your code and specify how much computing power you will need by ramping up the "dynos" on your project. 1 dyno = ~512mb vps. They let you use 1 dyno per project free in the free tier. Only bad thing about them is they don't support a wide range of languages/programs, and their routing is bit a questionable but not too bad. I use them for loads a project, specifically node.js projects.