Skip to content

Commit f5f5393

Browse files
committed
docs: add ARM free-tier comparison matrix to README
Detailed side-by-side of OCI/AWS/Azure free-tier ARM instance specs, collapsed behind a <details> toggle under the provider table.
1 parent 8bf2a56 commit f5f5393

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,23 @@ The `Makefile` runs both for you in the right order, so in practice you only eve
2828

2929
Pick whichever one you already have an account with. Oracle Cloud has been tested end-to-end; AWS and Azure follow the identical setup process.
3030

31+
<details>
32+
<summary>Full free-tier comparison (click to expand)</summary>
33+
34+
| Feature | Oracle Cloud (OCI) | AWS (Graviton) | Microsoft Azure |
35+
|---|---|---|---|
36+
| Instance Type | Ampere A1 Compute | `t4g.small` | `Standard_B2pts_v2` |
37+
| CPU Architecture | Ampere Altra | AWS Graviton2 | Ampere Altra |
38+
| Compute Allowance | 2 OCPUs | 2 vCPUs | 2 vCPUs |
39+
| Memory (RAM) | 12 GB | 2 GB | 1 GB |
40+
| Uptime per Month | 1,500 hours (runs 2 VMs) | 750 hours (runs 1 VM) | 750 hours (runs 1 VM) |
41+
| Free Storage | 200 GB Block Volume | 30 GB EBS (gp2/gp3) | 64 GB Managed Disk |
42+
| Outbound Data | 10 TB / month | 100 GB / month | 100 GB / month |
43+
| Duration | Always Free | Trial ends Dec 31, 2026 | 12 months only |
44+
| Who Qualifies? | New & existing accounts | New & existing accounts | New accounts only |
45+
46+
</details>
47+
3148
---
3249

3350
## ✅ Prerequisites

0 commit comments

Comments
 (0)