# Volume-based instances and image-based instances.

## **Volume-Based Instances**

Volume-based instances in cloud computing are designed to offer a cost-efficient solution for storage-heavy applications, charging users based on the amount of data storage they use rather than computing power or time. These instances are ideal for data-intensive tasks that require significant storage but have moderate processing needs, allowing for flexible billing that aligns closely with user consumption. The architecture supports easy backups, data mobility, and performance customization to accommodate high I/O operations, making volume-based instances suitable for a variety of applications with extensive data storage requirements.

1. The instance's root disk is stored as a separate volume in volume-based instances.
2. This volume can be detached from one instance and attached to another, providing flexibility and mobility.
3. Allows for easier backup and restoration of instances by snapshotting volumes.
4. Offers better performance for applications that require high I/O operations since volumes can be provisioned with specific performance characteristics.
5. These instances offer increased storage capacity making them suitable for applications with high storage requirements.

## **Image-Based Instances**

"Image-based Instances" refer to virtual machine environments that are initialized and set up using pre-configured images. These images are essentially snapshots containing a system's state at a specific point in time, including the operating system, installed software, and configurations. This approach allows for swift deployment and scaling by sidestepping the need for individualized setup processes for each instance.

1. Container images have a faster startup time than VM images, making them quick to deploy
2. New image snapshots are much faster than VM snapshot operations, enhancing efficiency.
3. Image can run anywhere once built, providing flexibility in deployment
4. Image-based instances are stateless, meaning all data inside is lost in case of any instance failure
5. Image-based instances offer advantages in terms of speed, efficiency, and portability.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.neevcloud.com/neevcloud-products/computes/volume-based-instances-and-image-based-instances..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
