DEV Community

Ben Halpern
Ben Halpern

Posted on

What are the least expensive cloud providers at various levels of use?

If you're generally familiar with one or more services out there: What's the cost landscape as you know it?

No services are apples-to-apples, but I'm curious about the big leaders in cost-effectiveness.

Latest comments (29)

Collapse
 
kmistele profile image
Kyle Mistele

AWS has a free-tier for some services & technologies like EC2 (cloud computer), DynamoDB, Lambda (serverless functions), RDS (managed MySQL) and so forth, and it's really great. I've found their pricing to be really reasonable. I wasn't a big fan of Azure when I tried it. Can't speak to Google Cloud, DigitalOcean or other providers since I haven't used them.

Collapse
 
shaijut profile image
Shaiju T

Deploy App Servers Close to Your Users.

I heard about fly.io in Hacker News.

Maybe its useful. :)

Collapse
 
alidev profile image
Ali Kamalizade

For frontend projects I am happy with Netlify: great support, easy to use, fair pricing.

For backend I have used Heroku which works alright. However, I recently tried out Render.com and I like it a lot: it provides much out-of-the-box functionality and it's dead-simple to use.

Collapse
 
mohammedmahers profile image
Muhammed Maher

I've been using Linode for over a year now, I initially wanted aws but my the creditcard provider was not supported, now that I have another creditcard, I'm still a happy linode user.

however, I would say my projects aren't big enough to really test how would the service stand against a high availability production server. just to mention :)

Collapse
 
chrismccoy profile image
chrismccoy

in the past i have used digitalocean, been on aws lightsail for over a year cause i was given $5000 in credits, so i moved stuff onto there

Collapse
 
juliathepm profile image
Julia Flash • Edited

UPDATE: IBM Cloud costed me $8 bucks.

Previously had costs at nothing.

  • Vercel for frontend
  • GCP for MongoDB Atlas
  • IBM Cloud for backend by Node runtime.

is my personal site build. Then name.com for domain names but I use godaddy now too for buying domains.

Collapse
 
jeddevs profile image
Theo

Same here, I host on github pages - dead simple and free hosting. Then use namescheap for a simple free .me domain and that's it.

Collapse
 
mullojo profile image
Bob

Build a Meteor + (Vue, React, Svelte, Angular, or Blaze) app and you can use Meteor Galaxy Hosting. You can use it 1 month for free and a starter app for just $7 a month. Crazy good deal for everything you get.

You can also shut down the container if you don't have active users if you really want to save money during development.

And there is no faster way on the planet to build a full-stack app than with Meteor. Get mobile & desktop installables with PWA options added.

Galaxy runs on AWS EC2 containers. You can increase the size of containers, or the number of containers to scale. It's effortless.

With Meteor, you typically use MongoDB as your main database and you can run a 3 node replicating cluster on MongoDB's Atlas product for free to start, and you can scale up from there too.

So basically you can start for almost free and there is no limit, pay only for what you use / need.

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

Without being specific WHAT gets deployed this is a very hard comparison to make.
You'll need to be very specific what you need from the cloud and then you my get a better answer

Collapse
 
manishfoodtechs profile image
manish srivastava • Edited

Buy a vps with kvm / cloud account and then install opennebula. Your own private cloud.

Inside article there are links for opennebula and easy cloudstack installation.

Collapse
 
swissgreg profile image
SwissGreg • Edited

For starters and medium projects I can definitely recommend Heroku.

It is dead simple, you can use free dynos for apps that don't need to be always live.

Hobby dynos (something like a simple EC2) start only 7 USD per month, and we handled HackerNews traffic with them at SwissDevJobs.ch

Collapse
 
marcelocg profile image
Marcelo Gonçalves

For VPS (Virtual Private Server) I use OVH (ovh.pt). At 3 Euros for a 1vCore, 2GB Ram, 20GB SSD, it's cheaper for me than the US$5 Digital Ocean CHARGES.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Heroku + Cloudflare + Custom domain is probably the cheapest way to deploy Docker with HTTPS.

But now I stick with Google Cloud Run, as it is faster and scalable as well.

Of course, Qovery is more customizable and powerful, but it still feels experimental to me. Nonetheless, Qovery team on Discord is very active.

Collapse
 
rophilogene profile image
Romaric P.

Thanks Pacharapol 🙏 We work hard to make it better day by day.

Collapse
 
brookesb91 profile image
Brookes

I use Heroku for nearly all of my hobby projects. We've even started using it at my place of work for it's ease of deployment, auto-scaling and monitoring. It's very easy to start spending larger sums of money on their but it's very transparent.

Collapse
 
mxldevs profile image
MxL Devs • Edited

I've been using heroku for personal projects that I'd like to run 24/7 and not having to leave my machine on and I seem to be able to manage to squeeze by with the free monthly credit, though I believe it it is intended for development/prototyping purposes only and not for commercial use? Not sure.

I saw Vercel being recommended and it doesn't appear to have an issue with commercial vs non-commercial projects so I might switch to that for more commercial projects. It also supports Ruby which is something I like.

Collapse
 
glennmen profile image
Glenn Carremans

I like Digital Ocean for my personal projects. Very clean dashboard and cheap pricing.
It has all the things that I need, root access, server stats, server monitoring/notifications, automated backups, cloud firewall, VPC network.