Instance flavors follow a structured naming format that allows you to quickly identify the resources included.
Naming structure:
- [allocation]-[category]-[CPU]-[RAM]
Example:Â
- s-g-2cpu-4gbÂ
- Shared, General purpose, 2 vCPU, 4 GB RAM.
Allocation
Indicates whether compute resources are shared or dedicated.
| Code |
Meaning |
Description |
| s |
Shared |
Instance runs on shared physical hardware alongside other customers |
Currently, only shared (s) flavors are available.
Category
Indicates the performance profile of the instance.
| Code |
Meaning |
Description |
| g |
General purpose |
Balanced CPU and memory for a wide range of workloads |
General purpose flavors provide well-balanced performance and are not optimised for a specific workload type.
CPU
Indicates the number of virtual CPUs (vCPUs) allocated to the instance.
Higher CPU counts support increased processing demand.
RAM
Indicates the amount of memory allocated to the instance, measured in gigabytes (GB).
More RAM supports memory-intensive applications such as databases and caching systems.