Which cloud free tiers are forever and which are a twelve month trial wearing a costume?
I want one small always-on box for a side project — a tiny API, a database, maybe 2GB of files — and I have been burned once already by a plan that quietly turned into a bill in month thirteen. I don't mind paying eventually, I mind waking up to a charge I didn't schedule. Which providers have genuinely perpetual free resources, and what's the catch on each?
@r2_bucketeer · 2mo ago · 3 replies
Oracle's Always Free is the most generous of the perpetual ones and it genuinely doesn't expire — their docs say the always-free resources stay free for the life of the account, whether or not the trial credits ran out.
What you get: up to two of the tiny AMD micro instances (an eighth of an OCPU and 1GB memory each), plus Arm-based Ampere capacity totalling 2 OCPUs and 12GB memory, plus 200GB of block storage in your home region. The Arm allocation is the useful one — you can put it all in a single instance.
The catch is written down and people still get caught by it: idle instances can be reclaimed if CPU, network and memory all sit under 20% for seven days. A genuinely quiet side project can be considered idle.
Reply
Report
@crashloop_cara · 2mo ago
It caught me. Keep a boot volume backup and treat the instance as disposable and it becomes an annoyance rather than a loss.
Reply
Report
@cold_storage_kim · 2mo ago
The reclamation rule is exactly the kind of thing that's in the docs and never in the blog posts recommending it. A quiet hobby API is precisely what would get caught.
Reply
Report