Two plan tiers (General Purpose / shared CPU and CPU Optimized / dedicated CPU), how to pick between them, and which size to start with for common workloads — web apps, databases, workers, dev/staging, Windows desktop, game servers
Use this file to discover all available pages before exploring further.
Updated May 8, 2026A plan is a fixed bundle of CPU, RAM, and base disk, billed at a single rate. Outbound bandwidth is unlimited on every plan. Picking the right plan is the main sizing decision when creating a VM. The full price list lives on Pricing; this page is the how-to-pick guide.
Most workloads. Cheapest per-vCPU rate. Short performance dips during host-level contention are acceptable
Premium — CPU Optimized
Dedicated vCPU
Workloads where consistent CPU performance matters every millisecond — databases, real-time services, latency-sensitive APIs
In simple terms:
Standard — the platform may share the underlying physical core with other VMs. Performance is great most of the time but can have brief jitter when neighbors get busy. Best price/CPU.
Premium — your vCPU is yours alone on the physical core. Performance is predictable and steady. Higher price/CPU but no noisy-neighbor dips.
If you can’t tell which fits, start with Standard. Move workloads to Premium when you can point to a specific symptom (latency p99 spikes, database query timeouts under load, real-time-stream stutter) that a dedicated CPU would solve.
Each row below names a starting plan — the place to begin, then resize up if you outgrow it. All prices are monthly subscription rates; see Pricing for yearly / 24-month locks.
Start one size below what you think you need. Resize up is fast (one reboot, prorated billing). Right-size at month-end with real metrics.
Watch RAM, not CPU. Most “I need a bigger VM” moments are RAM-bound — the OS starts swapping and everything slows down. CPU saturation is rarer than memory pressure for typical web/app workloads.
Move data off the VM. If the disk is filling up, attach a Volume; if backups are the issue, Object Storage is cheaper per GB than VM disk. Don’t size up the VM to gain disk.
You can change plans on a running VM — see Resize. Disk can grow but cannot shrink, so be conservative there.