Zum Hauptinhalt springen

Quick Start VPC

This guide walks you through creating your first Virtual Private Cloud (VPC) and deploying your first private networks.

Voraussetzungen

Derzeit ist die Aktivierung des VPC-Dienstes nur möglich, wenn Sie ein IaaS Open Source-Angebot abonniert haben. (Diese Bedingung wird später aufgehoben werden.)

Step 1: Access the Console

  1. Sign in to the Cloud Temple Console.
  2. In the navigation menu, select Network then VPC.

Step 2: Create a VPC

  1. Click the Create VPC button.
  1. Fill out the guided form:
    • VPC Name: Choose a unique name to identify your environment.
    • Description: (Optional) Add a description.
  1. Confirm creation.

Note: VPC provisioning is fully automated and typically takes less than one hour.

Alternative: Via the Commands Tab

You can also initiate the VPC resource command directly from the Commands menu.

Step 3: Create Private Networks

Once your VPC is active:

  1. Go to your VPC details by clicking on its name.
  1. Navigate to the Private Networks tab.
  2. Click Add Network.
  3. Configure your network:
    • Name: Name of the network segment (e.g., backend, frontend).
    • CIDR: IP address range (e.g., 192.168.1.0/24).

Step 4: Activate the Gateway and Request Public IPs

To enable Internet access and expose services:

  1. Check whether the gateway is activated. If not, click the activation button.
  1. Once the gateway is active, go to the Public IPs tab.

Note: The Public IPs list at the root of the VPC menu displays all public IPs (assigned or unassigned). The Public IPs tab within a VPC's details allows you to manage only those IPs assigned to that specific VPC (requires the gateway to be active).

  1. Click the button to request new IPs, or click the "Assign" action to assign an IP from the list that is not yet assigned.
  1. Select the number of IPs you wish to request, then confirm your request.

Step 5: Connect your resources

Your private networks are now available across all Availability Zones (AZ) in the region. You can connect your Open Source IaaS virtual machines or your servers directly from their respective configuration interfaces.

To learn how to set up a VPC network on a virtual machine, refer to our tutorial: Configure a Static IP and a VM.