Plans
Cloud VM plans with vCPU, memory, and pricing details
Hanzo Platform offers six Cloud VM plans. All plans include shared bandwidth, automatic TLS, and SSH access. Upgrade or downgrade at any time with prorated billing.
Plan Tiers
| Plan | vCPU | Memory | Storage | Price |
|---|---|---|---|---|
| Nano | 1 | 1 GB | 25 GB SSD | $5/mo |
| Micro | 1 | 2 GB | 50 GB SSD | $10/mo |
| Small | 2 | 4 GB | 80 GB SSD | $20/mo |
| Medium | 4 | 8 GB | 160 GB SSD | $40/mo |
| Power | 8 | 16 GB | 320 GB SSD | $80/mo |
| Power Dedicated | 8 | 32 GB | 640 GB NVMe | $160/mo |
Plan Details
Nano -- $5/mo
Best for development, testing, and lightweight services. Suitable for static sites, cron jobs, and internal tools.
- 1 vCPU (shared)
- 1 GB RAM
- 25 GB SSD
- 1 TB transfer
Micro -- $10/mo
Good for small production workloads, APIs with moderate traffic, and single-container applications.
- 1 vCPU (shared)
- 2 GB RAM
- 50 GB SSD
- 2 TB transfer
Small -- $20/mo
The default choice for most production applications. Handles moderate traffic and multi-container stacks.
- 2 vCPU (shared)
- 4 GB RAM
- 80 GB SSD
- 3 TB transfer
Medium -- $40/mo
For applications with higher CPU and memory demands: larger databases, build servers, and analytics workloads.
- 4 vCPU (shared)
- 8 GB RAM
- 160 GB SSD
- 4 TB transfer
Power -- $80/mo
High-performance shared instances for demanding workloads: CI/CD pipelines, large databases, and multi-service deployments.
- 8 vCPU (shared)
- 16 GB RAM
- 320 GB SSD
- 5 TB transfer
Power Dedicated -- $160/mo
Dedicated CPU cores with no noisy neighbors. NVMe storage for maximum I/O throughput. Best for latency-sensitive workloads and production databases.
- 8 vCPU (dedicated)
- 32 GB RAM
- 640 GB NVMe
- 6 TB transfer
Dedicated plans guarantee CPU cores are not shared with other tenants. Use dedicated plans for consistent performance under load.
Hourly Billing
All plans are billed monthly but prorated to the hour. If you create a Medium instance and destroy it after 12 hours, you pay approximately $0.65.
| Plan | Hourly Rate |
|---|---|
| Nano | $0.007 |
| Micro | $0.015 |
| Small | $0.030 |
| Medium | $0.060 |
| Power | $0.119 |
| Power Dedicated | $0.238 |
Choosing a Plan
Small ($20/mo) handles most web applications. Start here and scale up if CPU or memory becomes a bottleneck.
Small or Medium depending on traffic. If you serve more than 1,000 requests/second, start with Medium.
Medium or Power Dedicated. Databases benefit from more memory (for caching) and dedicated CPU (for consistent query performance).
Power ($80/mo) for build servers. CI/CD workloads are CPU-intensive and benefit from 8 vCPUs.
Additional Storage
Each plan includes a base SSD allocation. Need more? Attach additional block storage volumes starting at $0.10/GB/month.
How is this guide?
Last updated on