Rackspace Flex Cloud: Instance Flavors
A breakdown of the flavors available for instances in the Rackspace Flex Cloud
Last Updated: 1/31/25
Compute Instance Flavors
When creating an instance (VM) in the Rackspace Flex Cloud, it's important to know you're choosing the right flavor for the job. The table and information provided below will provide all the information available about available flavors.
Naming Conventions
Our flavors follow a simple to understand flow which lets a user better understand what they're getting at a glance.
NAME.GENERATION.CPU.MEMORY
- Name: The identifier or name of the flavor, which usually includes information about its resource allocation, such as the amount of RAM, disk space, and the number of vCPUs. It's a unique label for a specific VM configuration.
- Generation: The generation slot is an integer that starts at 0. Within the Rackspace OpenStack this value is tied to the hardware generation being supported by the flavor itself.
- RAM (MB): The amount of memory (RAM) allocated to the virtual machine, measured in megabytes (MB). This determines how much data the VM can store in memory for processing tasks.
- Disk (GB): The size of the disk allocated to the virtual machine, measured in gigabytes (GB). This is typically the storage space available for the operating system, applications, and data.
- Ephemeral (GB): This refers to the ephemeral disk, a temporary storage space that is often used for temporary data. Measured in gigabytes (GB).The data on an ephemeral disk is lost when the instance is stopped, migrated, or terminated and is not captured in Instance Snapshots.
- VCPUs: The number of virtual CPUs assigned to the virtual machine. It represents the compute power or processing capacity available to the VM, with each vCPU corresponding to a thread of execution on a physical CPU core.
- Flavor Type: Indicates the purpose or optimization of the flavor. Common types include:
- General Purpose: A balanced configuration suitable for most workloads.
Memory Optimized: Designed with more RAM, ideal for memory-intensive tasks (e.g., databases, big data processing).
- General Purpose: A balanced configuration suitable for most workloads.
Name | RAM (MB) | Disk (GB) | Ephemeral (GB) | VCPUs | Flavor Type |
---|---|---|---|---|---|
gp.0.1.2 | 2048 | 10 | 0 | 1 | General Purpose |
gp.0.2.2 | 2048 | 40 | 0 | 2 | General Purpose |
gp.0.1.4 | 4096 | 10 | 0 | 1 | General Purpose |
gp.0.2.4 | 4096 | 40 | 0 | 2 | General Purpose |
gp.0.4.4 | 4096 | 80 | 64 | 4 | General Purpose |
gp.0.2.6 | 6144 | 40 | 0 | 2 | General Purpose |
gp.0.2.8 | 8192 | 40 | 0 | 2 | General Purpose |
gp.0.4.8 | 8192 | 80 | 64 | 4 | General Purpose |
gp.0.4.12 | 12288 | 80 | 64 | 4 | General Purpose |
mo.0.2.12 | 12288 | 80 | 0 | 2 | Memory Optimized |
gp.0.4.16 | 16384 | 80 | 64 | 4 | General Purpose |
gp.0.8.16 | 16384 | 160 | 128 | 8 | General Purpose |
mo.0.2.16 | 16384 | 80 | 0 | 2 | Memory Optimized |
mo.0.4.20 | 20480 | 80 | 0 | 4 | Memory Optimized |
gp.0.8.24 | 24576 | 160 | 128 | 8 | General Purpose |
mo.0.4.24 | 24576 | 80 | 0 | 4 | Memory Optimized |
gp.0.8.32 | 32768 | 160 | 128 | 8 | General Purpose |
mo.0.4.32 | 32768 | 80 | 0 | 4 | Memory Optimized |
gp.0.16.64 | 65536 | 240 | 128 | 16 | General Purpose |
mo.0.8.64 | 65536 | 80 | 0 | 8 | Memory Optimized |
gp.0.24.96 | 98304 | 240 | 128 | 24 | General Purpose |
gp.0.32.128 | 131072 | 240 | 128 | 32 | General Purpose |
gp.0.48.192 | 196608 | 240 | 128 | 48 | General Purpose |
Additional Documentation:
Updated 1 day ago