Plan Names
Every compute plan has a short, structured ID such as ca2.l or cam2.2xl. Once you know the
pattern you can read a plan’s processor, family, region, storage tier, and size straight from its
name — no lookup table required.
Anatomy of a plan ID
Section titled “Anatomy of a plan ID”A plan ID is a series followed by a . and a size:
graph LR ID["ca2.l"] ID --> C["c = compute"] ID --> P["a = processor (i Intel / a AMD)"] ID --> R["2 = region (1 YOW / 2 YUL)"] ID --> S["l = size"]Memory- and CPU-optimized plans add a family letter, and the budget storage tier adds a trailing
s:
graph LR C["c = compute"] --> P["processor (i / a)"] P --> F["family (none = general / m = memory / c = CPU)"] F --> R["region (1 YOW / 2 YUL)"] R --> V["variant (none = NVMe / s = Premium SSD budget)"] V --> D["."] D --> Z["size (xs to 6xl)"]Segments
Section titled “Segments”| Position | Values | Meaning |
|---|---|---|
| Prefix | c | Compute |
| Processor | i / a | Intel / AMD |
| Family | (none) / m / c | General purpose / Memory-optimized / CPU-optimized |
| Region | 1 / 2 | YOW / YUL |
| Variant | (none) / s | Standard NVMe / Premium SSD budget tier |
| Size | xs s m l xl 2xl 4xl 6xl | Relative capacity, smallest to largest |
Plan series
Section titled “Plan series”| Series | Region | Processor | Storage | Family |
|---|---|---|---|---|
ci1 | YOW | Intel | NVMe | General purpose |
ca1 | YOW | AMD | NVMe | General purpose |
ca2 | YUL | AMD | Pro NVMe | General purpose |
ca2s | YUL | AMD | Premium SSD | General purpose (budget) |
cim1 | YOW | Intel | NVMe | Memory-optimized |
cam1 | YOW | AMD | NVMe | Memory-optimized |
cam2 | YUL | AMD | Pro NVMe | Memory-optimized |
cac1 | YOW | AMD | NVMe | CPU-optimized |
cac2 | YUL | AMD | Pro NVMe | CPU-optimized |
vCPU-to-RAM ratios
Section titled “vCPU-to-RAM ratios”The family determines how vCPU and RAM scale together:
| Family | Ratio (RAM:vCPU) | Notes |
|---|---|---|
General purpose xs–l | 2:1 | |
General purpose xl and up | 4:1 | Capped at 16 vCPU |
Memory-optimized (m) | 8:1 | For RAM-heavy workloads |
CPU-optimized (c) | 1:1 | High-density compute |