VK Cloud logo
Updated at April 22, 2024   11:33 AM

Quick start

Using Cloud Servers, a Linux virtual machine (VM) will be created in the VK Cloud personal account and connected to it.

A quick start will help you get started with the service and get acquainted with its capabilities.

After going through all the steps of a quick start, you will:

  1. Create a new virtual machine (VM).
  2. Connect to the created VM via SSH.

1. Preparatory steps

  1. Register on the VK Cloud platform.
  2. Activate the services.

The account balance should be positive, and quotas should be enough to create the target configuration of the virtual machine.

2. Create a VM

  1. Go to personal account VK Cloud.

  2. Go to Cloud Computing → Virtual machines.

  3. Click the Create instance or Add button.

  4. In the field Operating system choose Ubuntu 22.04.

  5. Click the Next step button.

  6. In the field Network choose External network (ext-net).

    An external IP address will be automatically assigned to the virtual machine on the external network.

  7. In the field Virtual machine key choose Create a new key.

  8. In the field Firewall settings choose Only ssh is allowed.

  9. Click the Next step and Create instance buttons.

  1. Save the suggested key file .pem.
  2. Wait until the virtual machine creation process is completed and the page of the new VM based on Ubuntu 22.04 opens.

3. Wait for the VM configuration to complete

After the VM is successfully created, wait at least 10-15 minutes. During this period, the operating system is deployed to the VM disk, and system tools are also working to configure the virtual machine in accordance with the specified parameters.

4. Connect to the VM

You can connect to a Linux-based virtual machine created from an Ubuntu image via SSH.

Run the command in the terminal:

ssh -i <the path to the key> ubuntu@<external IP address of the virtual machine>

For example:

ssh -i ubuntu-key.pem ubuntu@213.219.212.130

The external IP address of the VM can be viewed in VK Cloud personal account to Cloud Computing → Virtual machines.

The first time you connect to the VM, you will be asked to confirm the connection to a previously unknown host:

The authenticity of host '213.219.212.130 (213.219.212.130)' can't be established.ECDSA key fingerprint is SHA256:aYZIWs9N6KRtfFOuic6eoWcluhSp6+jha/DSBgd9McI.Are you sure you want to continue connecting (yes/no)?

Type yes in the terminal and press Enter.

Delete unused resources

A running VM consumes computing resources. If you don't need it anymore: