Volume snapshots provide a reliable way to duplicate or recover an existing virtual machine environment. By creating a new volume or image from a snapshot, you can quickly provision a new VM containing the same operating system, configuration, and data as the original instance.
Step 1: Locate the Snapshot
- Log in to your Cloud Dashboard.
- Navigate to Volumes and select the boot volume associated with your VM.
- Open the Snapshots tab.
- Locate the snapshot you want to use for creating the new virtual machine.
- Verify that the snapshot belongs to the correct source volume before proceeding.

Step 2: Generate a Volume or Image from the Snapshot
Option A: Create a New Volume
- Select the desired snapshot.
- Click Create Volume.
- Enter a suitable Volume Name.
- Review the details and click Create.
- Wait for the process to complete. The newly created volume will be available under the Volumes section.


Option B: Create an Image Directly
- Select the snapshot.
- Click Create Image.
- Provide an image name.
- Confirm the operation and wait for the image creation process to finish.

Step 3: Create an Image from a Volume (Optional)
If you created a volume from the snapshot or already have an existing boot volume, you can convert it into an image.
- Open the Cloud Region Advanced Dashboard.
- Navigate to Compute → Volumes.
- Locate the required boot volume.
- Click the Actions Menu (⋮) next to the volume.
- Select Create Image.


6. Enter an appropriate image name.
7. Click Create and wait for the image to become available.
The newly created image will appear in the Images section.


Step 4: Provision a New Virtual Machine
Once the image is available, you can deploy a new VM.
- Navigate to the Virtual Machines section.
- Click Create Virtual Machine.
- Select the image created from the snapshot or volume.
- Choose the desired Flavor (CPU, RAM, and Storage configuration).
- Select the required Network Interface(s).
- Enter a Virtual Machine Name.
- Configure any additional settings as required.
- Click Create or Deploy to start the VM provisioning process.

Step 5: Verify the Newly Created VM
After deployment is complete, perform the following checks:
Verify VM Status
- Confirm that the VM status shows Running or Active.
Test Access
Connect using one of the available methods:
- VNC Console
- SSH (Linux)
- RDP (Windows)
Validate Data and Services
- Ensure all expected files, applications, and configurations are present.
- Verify that services and applications start correctly.
- Confirm network connectivity and functionality.