

41·
1 month agoOracle Cloud offers 4 ARM cores, 24GB RAM and 200GB storage in their free tier (IIRC you can even divide that into 4 separate VMs). Very useful for cheap testing, if your code/server supports ARM.
Even then, a small underpowered x64 VM for testing purposes is often free on all hyperscalers. Not the fastest server, but depending on the use case?
Adding to this: Deploying via Docker (or podman or k8s or…) and/or installing every host via Ansible makes this even easier.