← Back to datawagon.org
Oracle Cloud Free Tier
Oracle Cloud offers an Always Free tier with notably generous resources —
especially the ARM-based Ampere A1 instances. Be warned, though: the ARM
instances are in high demand and can be very difficult to provision. You may
need to try repeatedly across different times of day or regions before one
becomes available.
What you get for free
- AMD (VM.Standard.E2.1.Micro): 1/8 OCPU, 1 GB RAM, up to 2 instances
- ARM (VM.Standard.A1.Flex): up to 4 OCPUs, 24 GB RAM total, up to 4 instances
- 200 GB total block storage
- 10 TB/month outbound data transfer
- Available in your home region only
- Idle instances (<20% CPU/network/memory for 7+ days) may be reclaimed
Setting up your own
- Create an Oracle Cloud account (credit card required for most users; waived for students/Oracle Academy)
- Create a VM instance — choose AMD micro or ARM A1 Flex shape
- Upload your SSH public key during instance creation
- Assign a free reserved public IP
- Point your domain's DNS to that IP
- SSH in, install a web server, configure HTTPS
- Upload your files — you're live
Further reading