Prerequisites
-
Make sure you are in a group that has at least the
editorrole within your tenant; for example, the defaulteditorsgroup. You can check this in the Administration → IAM section of the web console. -
Prepare an image that meets the following requirements:
- BIOS mode
- AMD64 or ARM64 architecture
.vmdk,.vhd,.rawor.qcow2format for the image file
How to import an image and create a boot disk and a VM
- Create an Object Storage bucket. The bucket, image and VM should be in the same region.
- Upload your image file to this bucket.
-
Create an image based on the uploaded file:
- Web console
- CLI
-
Copy the key of the file object:
- In the web console, go to
Storage → Object Storage.
- Open the bucket page.
- In the line of the uploaded object, click
→ Copy key.
- In the web console, go to
-
Create the image in Nebius AI Cloud:
-
In the web console, go to
Storage → Disks.
- Click Create resource → Image.
- In the window that opens, specify the name of your image.
- In the Source field, select Object Storage file.
-
In the Object Storage file field, specify the copied object key.
The value must meet the
s3://<bucket>/<object>format. For example,s3://nebius-bucket-test/my-image-file.qcow2. - Click Create image.
Storage → Disks.
-
In the web console, go to
- When the image is ready, create a boot disk with it.
- Create a VM with the new boot disk.
- (Optional) If you don’t need the image file in the bucket, delete it. The image in Compute won’t use it anymore.