Virtual Machines

Virtual Machines (VMs) provide full operating system control with dedicated resources. Unlike containers, VMs run a complete OS and offer maximum flexibility.

When to Use VMs

Choose VMs when you need:

  • Full OS control - Install any software, configure kernel settings
  • Specific Linux distribution - Ubuntu, CentOS, Debian, or Rocky
  • Long-running workloads - Persistent environment that survives restarts
  • Legacy applications - Software that doesn’t containerize well
  • Custom drivers - Specific GPU driver versions or kernel modules

VM Features

Operating Systems

DistributionVersions
Ubuntu20.04, 22.04, 24.04
CentOS7, 8
Debian11, 12
Rocky8, 9

Resource Options

  • CPU: 1-128 vCPUs
  • Memory: 0.5 GB - 1024 GB
  • Storage: 10 GB - 10,000 GB
  • GPU: 0-8 GPUs (whole GPU allocation)

Networking

  • Public IP address for external access
  • Private IP for internal communication
  • SSH access on port 22

VM Lifecycle

Creating → Pending → Running → (Stopped) → Terminated
StateDescriptionBilling
CreatingVM being provisionedNo
PendingWaiting for resourcesNo
RunningVM is activeYes
StoppedPaused by userReduced (storage only)
TerminatedVM deletedNo

Billing

  • Running VMs are billed per hour
  • Stopped VMs incur storage charges only
  • GPU costs apply only when running

In This Section