Skip to content

Flavors console

Overview

Flavors define the compute, memory, and storage resources allocated to virtual machines (VMs) or instances. Flavors allow you to specify the size and capabilities of instances you want to create, ensuring that each instance has the appropriate resources for its intended workload.

Select Compute > Flavors to view the Flavors console. The console lists all available flavors for your project. Your Rumble Cloud project may also contain custom flavors.

Name Category CPU Memory Bandwidth Eph
c2a.16xlarge Compute Optimize 64 128.00 Gi 16 Gbps 0 GiB
c2a.2xlarge Compute Optimize 8 16.00 Gi 2 Gbps 0 GiB
c2a.4xlarge Compute Optimize 16 32.00 Gi 4 Gbps 0 GiB
c2a.8xlarge Compute Optimize 32 64.00 Gi 8 Gbps 0 GiB
c2a.large Compute Optimize 2 4.00 Gi .5 Gbps 0 GiB
c2a.xlarge Compute Optimize 4 8.00 Gi 1 Gbps 0 GiB
m2a.16xlarge General Purpose 64 256.00 Gi 16 Gbps 0 GiB
m2a.2xlarge General Purpose 8 32.00 Gi 2 Gbps 0 GiB
m2a.4xlarge General Purpose 16 64.00 Gi 4 Gbps 0 GiB
m2a.8xlarge General Purpose 32 128.00 Gi 8 Gbps 0 GiB
m2a.large General Purpose 2 8.00 Gi .5 Gbps 0 GiB
m2a.xlarge General Purpose 4 16.00 Gi 1 Gbps 0 GiB
m2a.2xlarge General Purpose 8 64.00 Gi 2 Gbps 0 GiB
r2a.4xlarge Memory Optimized 16 128.00 Gi 4 Gbps 0 GiB
r2a.8xlarge Memory Optimized 32 256.00 Gi 8 Gbps 0 GiB
r2a.large Memory Optimized 2 16.00 Gi .5 Gbps 0 GiB
r2a.xlarge Memory Optimized 4 32.00 Gi 1 Gbps 0 GiB

Flavor details

Here's a table summarizing the properties and attributes that you should understand in order to work with flavors in the Compute service:

Property/Attribute Description
Name A unique name identifying the flavor.
ID A unique identifier automatically assigned to the flavor by OpenStack.
RAM The amount of RAM (in MB) allocated to instances of this flavor.
VCPUs The number of virtual CPUs allocated to instances of this flavor.
Disk The size of the root disk (in GiB) for instances of this flavor.
Ephemeral The size of the ephemeral disk (in GiB) for instances of this flavor (if applicable).
Swap The size of the swap space (in MB) for instances of this flavor (if applicable).
RXTX Factor The relative weight for network bandwidth allocation (used in some networking models).
Public A boolean value indicating whether the flavor is accessible to all users or private.
Extra Specs Key-value pairs defining additional specifications and capabilities for the flavor.
Is Public A boolean value indicating whether the flavor is public or private.

Understanding these properties and attributes is helpful for effectively selecting the appropriate size for your workloads based on performance and resource requirements.

Flavors

Flavors CLI reference

Flavors API reference