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

Creating an Instance

PreviousInstancesNextInstance Configuration

Last updated 1 month ago

Prerequisites

  • Access to the Qumulus Cloud platform.​

  • Basic understanding of cloud instance configurations.​

Follow the steps below to launch a new compute instance:

1. Navigate to Compute > Instances

2. Click on the Get Started and Create Instance Button

3. Configure Instance Settings:

3.1 Instance Details:

  • Instance Name: Enter a name following the naming conventions.

Note: The name should start with upper letter, lower letter, and be a string of 1 to 128, characters can only contain "0-9, a-z, A-Z, "-'_."

  • Tags (Optional): Organize instances with custom tags.

Key: A category or identifier (e.g., environment).

Value: The specific detail for the key (e.g., production).

  • Select the Source Type for the instance.

3.2 Select Image:

  • Operating System: Choose the preferred OS for your instance.

  • OS Version: Select the required OS Version for compatibility.

3.3 Configure Storage:

  • Disk Size: Define the primary disk size.

  • Additional Disks (Optional): You can add more disks, if needed by clicking on Add Disk.

3.4 Choose Instance Type:

  • Select the appropriate Instance Type based on your computing needs.

3.5 Networking & Security( Defaults Applied )

  • Your instance is automatically allocated to a default Virtual Private Cloud (VPC) and Security Group to guarantee secure network access.

3.6 Configure Authentication

  • SSH key: Choose an existing key pair or create a new one by clicking on Create Keypair .

3.7 User Data (Optional)

User Data allows you to run scripts during the initial launch of your instance, automating tasks such as software installation, updates, or setting environment variables.​

4 Review and Launch

  • Review the Instance Summary displayed on the right.

  • Click on launch Instance to create the Instance.

Now that your Instance is created, move on to the next section to learn about Creating an Instance using User Data.