Skip to content

Instantly share code, notes, and snippets.

@syahdafahreza
Forked from bmaupin/free-backend-hosting.md
Created November 25, 2022 03:40
Show Gist options
  • Save syahdafahreza/8474303e72fe7d4c4f5766ce5f576a5e to your computer and use it in GitHub Desktop.
Save syahdafahreza/8474303e72fe7d4c4f5766ce5f576a5e to your computer and use it in GitHub Desktop.
Free backend hosting

See also:

Service Type RAM Storage Limitations
๐Ÿ‘‰ Adaptable PaaS 256 MB Non-persistent? (1 GB database storage available)
AWS EC2 IaaS 1 GB โš ๏ธ Only free for 1 year
Azure App Service PaaS 1 GB 1 GB โš ๏ธ 60 CPU minutes/day
Azure VM IaaS 1 GB 2 GB (non-persistent) โš ๏ธ Only free for 1 year
๐Ÿ‘‰ Fly.io PaaS 256 MB (2 instances) 1 GB (persistent)
  • 160 GB/month outbound traffic (broken down by region)
  • โ“ Trial plan (2 instances and 1 GB storage) doesn't require card, but does it expire?
  • โš ๏ธ Hobby plan (3 instances and 3 GB storage) requires credit card, no way to avoid accidental overage fees
Google App Engine PaaS 128 MB 1 GB
Google Compute Engine IaaS 0.6 GB 30 GB
  • 1 GB/month outbound traffic (not including China or Australia)
  • โš ๏ธ After the first year there's no way to avoid accidental overage fees
Heroku (discontinued) ๐Ÿ˜ญ PaaS 512 MB Non-persistent Idling after 30 minutes inactivity, limited to 550 hours/month
IBM Cloud Foundry PaaS 256 MB โš ๏ธ Sleep after 10 days, deleted after 30 days of no "development activity"
๐Ÿ‘‰ Northflank PaaS ??? (2 instances) Non-persistent โš ๏ธ Credit card required for signup, won't be billed on the free tier
OpenShift Developer Sandbox PaaS 7 GB 15 GB โš ๏ธ Expires after 30 days (can resubscribe for free but not extend subscription), pods are automatically deleted after 12 consecutive hours of runtime
Oracle Cloud IaaS
  • 1 GB each for 2 VMs (AMD CPU)
  • 24 GB across up to 4 VMs (ARM CPU)
200 GB across 2 volumes
  • AMD CPUs limited to 1/8 of 2 CPUs per VM
  • โš ๏ธ Payment method required
๐Ÿ‘‰ Railway Paas 512 MB 1 GB
  • Limited to 500 hours/month
  • 100 GB/month outbound traffic
๐Ÿ‘‰ Render PaaS 512 MB Non-persistent
  • No persistent storage
  • Idling after 15 minutes of inactivity
  • 750 hours runtime/month
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment