Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nebius.com/llms.txt

Use this file to discover all available pages before exploring further.

You can import an image file into Nebius AI Cloud and create boot disks and virtual machines (VMs) based on your custom image. To make an import, upload an image file to a bucket in Object Storage and create an image in Compute.

Prerequisites

  1. Make sure you are in a group that has at least the editor role within your tenant; for example, the default editors group. You can check this in the Administration → IAM section of the web console.
  2. Prepare an image that meets the following requirements:
    • BIOS mode
    • AMD64 or ARM64 architecture
    • .vmdk, .vhd, .raw or .qcow2 format for the image file
    Only these requirements are supported.

How to import an image and create a boot disk and a VM

  1. Create an Object Storage bucket. The bucket, image and VM should be in the same region.
  2. Upload your image file to this bucket.
  3. Create an image based on the uploaded file:
    1. In the web console, go to https://mintcdn.com/nebius-ai-cloud/1Ha0sWR6e1mnIaHS/_assets/sidebar/storage.svg?fit=max&auto=format&n=1Ha0sWR6e1mnIaHS&q=85&s=0a2dad6b48aea10e85f6f3e2343aee26 StorageDisks.
    2. Click Create resourceImage.
    3. In the window that opens, specify the name of your image.
    4. In Source, select Object Storage file.
    5. Specify the path to the file that you uploaded to the bucket. For example, s3://nebius-bucket-test/my-image-file.qcow2.
    6. Click Create image.
    The new image appears in the Images tab in https://mintcdn.com/nebius-ai-cloud/1Ha0sWR6e1mnIaHS/_assets/sidebar/storage.svg?fit=max&auto=format&n=1Ha0sWR6e1mnIaHS&q=85&s=0a2dad6b48aea10e85f6f3e2343aee26 StorageDisks.
  4. When the image is ready, create a boot disk with it.
  5. Create a VM with the new boot disk.
  6. (Optional) If you don’t need the image file in the bucket, delete it. The image in Compute doesn’t use it anymore.