Skip to main content

Instances

An instance is a virtual server inside your Cloud Compute service — the unit that runs your application, with a defined vCPU/RAM/disk/OS.

Instance list

Instance list

The table lists the service's VMs with columns Instance ID, Name, State, Assigned IP, Floating IP, Type, Image, Zone.

  • Summary cards on top count instances by state: Running / Powered off / Error / Other — a quick health read for the whole service.
  • Refresh re-pulls the list; Create instance (top right) opens the wizard.
  • State shows each VM's power status (e.g. Powered on / Powered off).
  • Click any row to open the instance detail, where all the per-VM tabs and lifecycle actions live.

Create an instance

Click Create instance. The creator is a single page with several configuration sections; the Instance Summary panel on the right updates live. Finish with Create new Instance.

Step 1 — Instance Information

Set the instance name (required).

Name the instance

Step 2 — Operating System

Choose the OS from Distributions (Ubuntu, AlmaLinux, Windows Server…), Custom Image (your own image) or Marketplace (prebuilt application images).

Choose the operating system

Step 3 — Resource Configuration

Pick a configuration from Standard / Processor Optimized / Memory Optimized; each card shows vCPU · RAM · flavor code (e.g. v2g-standard-1-2). You can enable GPU acceleration.

Resource configuration

Step 4 — Volume

Set the size and type of the instance's system disk.

Volume configuration

Step 5 — Network

Choose a shared public network or a private VPC network to assign the instance an IP.

Network configuration

Step 6 — Firewall Settings

By default an instance blocks all inbound/outbound traffic — pick one or more security groups to open access.

Firewall configuration

Step 7 — Authentication Method

Choose SSH key (select a key you've created) or Password (set a password of at least 8 characters) to log in to the instance.

Authentication method

Instance Summary

The right-hand panel summarizes every choice (OS, configuration, volume, network, tags) before you create. Click Create new Instance to launch — the VM takes a few minutes to build.

Configuration summary

Instance detail — Overview

Open an instance to enter its per-VM console — the left nav switches to the tabs Overview · Monitoring · Network · Network traffic · Volumes · Snapshots · Backups.

Instance detail — Overview

  • Resource cards: vCPU · Memory · Disk.
  • Instance information: Name, Operating system, Flavor, Security groups, Zone, Instance ID, Created, Last modified.
  • Connection: Public IP, Private IP, DNS. Open console launches a VNC session.
  • Quick actions: Console · Resize · Networking · Backups.

Lifecycle actions

The button cluster at the top right applies to the whole instance: Power off, Reboot, and a (More actions) menu.

More actions menu

The menu holds: Suspend, Resize (change configuration), Terminate (delete the VM — destructive).

Power off — the system asks for confirmation before shutting the machine down.

Power off confirmation

Terminate is irreversible

Terminate destroys the VM and cannot be undone. To prevent accidental deletion, the system requires you to type the instance name exactly to confirm.

Terminate confirmation

Monitoring

Monitoring

Six performance charts over time — CPU usage (%), Memory (MB), Disk read (IOPS), Disk write (IOPS), Network in (Kbps) and Network out (Kbps). Use the 1h / 4h / 24h / 7d switch (top right) to change the window, and the refresh icon to pull the latest points. Charts populate only while the instance is powered on.

Network — interfaces (NIC)

Network interfaces

The Network interfaces table lists the instance's NICs: Network, IP address, MAC, Floating IP, DNS, Security groups.

  • Attach NIC — add another network interface (public or VPC).

    Attach NIC

  • Attach floating IP — assign an allocated static IP (Elastic IP) to a NIC.

    Attach floating IP

  • Each NIC row has a Security groups quick action and a menu to Detach NIC.

    NIC row menu

Network traffic (Beta)

Network traffic

Traffic statistics based on sFlow: Bandwidth, Total traffic, Packets, Unique sources, plus Top source IPs and Recent flows tables. When there's no data yet it shows No source data / No recent flows.

Volumes (per instance)

Instance volumes

The block storage table for disks attached to the instance: Volume, Image, Type (System/Data), Size. Each disk's menu has Resize and Detach.

Click Attach volume to add an existing unattached data disk (same zone) to the instance:

Attach volume dialog

  • Resize — grow the disk (pick a new size).

    Resize volume

  • Detach — remove a data disk from the instance (its data is kept). The System disk cannot be detached.

    Detach volume

Snapshots (per instance)

Instance snapshots

A snapshot captures the disk state at a point in time so you can revert later. The table shows Snapshot, Snapshot ID, Disk, Size, Created.

Click Take snapshot, name it and pick which Disk to capture (snapshots are taken per disk), then confirm:

Take snapshot dialog

note

Snapshots can add to your instance costs and must be created individually for each instance disk.

Backups (per instance)

Instance backups

  • Backups — on-demand backups of the instance's whole disk (Backup, Type, Persistent, Size, Status, Created). Click Create backup and confirm to start one now:

    Create backup confirmation

  • Scheduled actions — automate recurring actions. Click New schedule to open the scheduler:

    New scheduled action dialog

    Pick an Action (Backup / Snapshot / power action), choose One-time or Periodic, set the Start date/time and Frequency (with Days of week for weekly), and an Ends rule (Never / After / On date), then Create.

Resize

Resize instance

Pick a new flavor (Standard/Processor/Memory/GPU).

warning

Resizing powers the instance off and restarts it to apply the new configuration (3–5 minutes). You must tick the confirmation before Proceed with resize — schedule it for off-peak hours.