Compute

Nubis Compute provides scalable virtual machines and containers for running your applications with enterprise-grade performance and reliability.

Overview

Our compute service offers flexible instance types optimized for different workloads:

  • General Purpose: Balanced CPU, memory, and networking for most applications
  • Compute Optimized: High-performance processors for compute-intensive workloads
  • Memory Optimized: Large memory capacity for data-intensive applications
  • GPU Instances: Accelerated computing for AI/ML and graphics workloads

Instance Sizes

SizevCPUsMemoryStorage
Small12 GB25 GB SSD
Medium24 GB50 GB SSD
Large48 GB100 GB SSD
X-Large816 GB200 GB SSD

Creating an Instance

Create a new compute instance using the CLI:

Nubis compute create \
  --name my-instance \
  --size medium \
  --region us-east \
  --image ubuntu-22.04

Managing Instances

Common instance management commands:

List all instances:

Nubis compute list

Stop an instance:

Nubis compute stop my-instance

Resize an instance:

Nubis compute resize my-instance --size large