Burstable Instances

Welcome to our blog post on burstable instances! In this article, we’ll delve into the concept of burstable instances, their benefits, usage scenarios, and how to create them. Let’s dive right in.

What are Burstable Instances?

Burstable instances are a type of virtual machine instance that offer a baseline level of CPU performance, with the capability to temporarily burst to higher CPU levels to accommodate occasional spikes in usage. These instances are particularly suitable for workloads characterized by periods of low CPU utilization punctuated by short bursts of high activity.

Cost-Effective Performance

One of the key advantages of burstable instances is their cost-effectiveness compared to regular instances. Despite providing comparable CPU performance, burstable instances are priced based on the baseline OCPU (Oracle Compute Unit). This makes them an economical choice for applications with intermittent CPU demands.

Understanding Baseline Utilization

When creating a burstable instance, users specify the total OCPU count and the baseline CPU utilization. The baseline utilization represents a fraction of each CPU core, typically set at either 12.5% or 50%. It’s important to note that the baseline ensures a minimum level of CPU resources available for constant usage.

Conditions for Bursting

Burstable instances are allowed to burst to higher CPU levels only if the average CPU utilization remains below the baseline over the previous 24 hours. However, it’s crucial to recognize that bursting applies only to CPU resources; memory does not burst alongside CPU.

Supported Shapes

Not all instance shapes support burstable instances. Users can select from a range of supported shapes, such as VM.Standard3.Flex, VM.Standard.E3.Flex, and VM.Standard.F4.Flex, to create burstable instances tailored to their requirements.

Ideal Use Cases

Burstable instances are versatile and find applications across various scenarios, including microservices, development and testing environments, CI/CD pipelines, static websites, and monitoring systems. Their ability to efficiently manage workloads ranging from minimal CPU usage to occasional bursts makes them suitable for diverse work environments.

Creating Burstable Instances

Creating a burstable instance follows a process similar to that of creating an on-demand instance. The key difference lies in selecting a supported shape for the instance. Users must specify the maximum OCPU count, enable the burstable option, and set the baseline CPU utilization (either 12.5% or 50%).

Pricing Structure

From a pricing perspective, burstable instances are billed according to the baseline OCPU, regardless of whether the instance bursts above this baseline level. This transparent pricing model ensures predictability and affordability for users leveraging burstable instances.

In conclusion, burstable instances offer a flexible and cost-efficient solution for managing fluctuating CPU workloads. By providing a balance between baseline performance and burstable capacity, these instances empower users to optimize resource utilization and enhance application scalability.

Next
Compute Vertical Scaling