Qumulus
  • Welcome
  • Getting Started
    • Introduction to QUM
      • What can 1 QUM do?
      • QUM Performance
    • Dashboard
  • Your Account
    • Your Projects
      • Project Architecture
  • Resources
    • Compute
      • Instances
        • Creating an Instance
        • Instance Configuration
          • OS & Images
          • Instance Types
        • Using User Data
        • Connecting to an Instance
        • Instance Details
        • Instance Actions
        • Instance Monitoring
      • Instance Snapshot
        • Create & Restore
        • Snapshots Manage
  • Storage
    • Volumes
      • Create & Attach
      • Resize & Delete
    • Volume Snapshots
  • Networking
    • Public IPs
      • IP Allocation/Management
      • Associating/Disassociating IPs
    • Load Balancer
  • Security
    • Key Pairs
      • Creating Key Pairs
      • Managing Key Pairs
    • Security Groups
      • Managing Security Groups
    • SSL Certificates
  • How-To & Tutorials
    • Fixed cost Development Playground
    • Installing Redis Community
    • Installing Mongo Community
    • Installing PostgreSQL
    • VPN Server
      • VPN Server with OpenVPN
      • VPN Server with Netbird
  • RELEASES
    • Q1, 2025
  • Blogs
    • Release Beta v1.0
  • Release v2.0
Powered by GitBook
On this page
  1. Resources
  2. Compute
  3. Instances

Instance Details

PreviousConnecting to an InstanceNextInstance Actions

Last updated 26 days ago

Users can access a real-time Instance Details page that provides complete information about instance configuration, resource details, and, resource details, and security settings. This page allows users to access and understand compute resource properties and performance metrics instantly, whether they operate one instance or several deployments.

Accessing Instance Details:

  • Log in to your Qumulus Cloud account.

  • Navigate to Compute > Instances.

  • Select the desired Instance and click the Instance name to open the Details tab.

Instance Info

This section provides essential details for the selected instance:

Field
Description

Name

User-defined name of the instance. Helps you identify instances easily.

ID

Each instance gets a pre-generated global unique identifier (UUID).

Operating System

Displays the Operating System that is installed on an instance (e.g, ubuntu, centOs)

Version

Displays the specific OS version installed (e.g., Ubuntu 22.04)

Status

Shows the current state of instance (Running, Stopped, Terminated).

Created At (GMT)

Shows the instance recorded its creation using a time stamp in GMT format.

This enables users to automatically examine instance health and configuration details without manual connection requirements.

Instance Type

This provides details about your instance performance configuration:

Field
Description

Type

Displays the Instance Type selected during creation(e.g., m1.micro, m1.large). Define the allocated resources

vCPUs

Show the number of virtual CPUs assigned to your instances.

RAM

Shows the amount of memory (RAM) that is allocated to the instance (e.g., 2 GiB).

The selection of proper Instance Types enables your workload to achieve the best performance.

Security

Security attributes configured to your instance:

Username

Shows the default username configured for accessing the instance (e.g., ubuntu for Ubuntu).

KeyPair

Shows a secure password-less connection to the instance exists with its associated SSH key pair.

Key pair management enables secure access to your instance.

Drawing
Drawing
Drawing
Drawing