# Compute Image

รูปแบบหนึ่งของ storage ที่ข้อมูลภายในจะไม่มีการเปลี่ยนแปลง ใช้เป็น source ของการ launch Compute Instance และใช้เพื่อ backup เป็นหลัก

หากเปรียบเทียบ Compute Images กับการใช้งาน PC แล้ว Compute Images ก็คือแผ่น CD-R ที่เขียนได้รอบเดียว ไม่สามารถแก้ไขข้อมูลได้ นิยมใช้เก็บ OS สำหรับ boot PC ใหม่ หรือเก็บ file ที่ไม่ต้องการแก้ไขอีกในอนาคต จะต่างกันแค่ว่า ตัว CD-R มีการ limit ของ storage อยู่ในแต่ละแผ่น แต่ในการเก็บ Compute Images บน cloud จะไม่มีการ limit ขนาดของข้อมูลที่ต้องการเก็บ

รวมทั้งยังมี concept ของการที่ข้อมูลของ Compute Images จะถูก replicate เอาไว้ที่ทุกๆ Availability Zone เพื่อป้องกันข้อมูลศูนย์หาย และ ดึงไปใช้งานได้อย่างรวดเร็วจากทุกๆ Availability Zone

อ่านเพิ่มเติมได้ที่ [Compute Image](https://nipa.cloud/products/nipa-cloud-iaas/nipa-space/image)

## Recommendations

{% content-ref url="/pages/VbdTsJFZmDZ7Va7LbWUj" %}
[Create Image From a Bootable Volume](/ncs-documents/compute/compute-image/create-image-from-a-bootable-volume.md)
{% endcontent-ref %}

{% content-ref url="/pages/pkPRfU5So2TPNdXG5pX6" %}
[Importing Your Own Image](/ncs-documents/compute/compute-image/importing-your-own-image.md)
{% endcontent-ref %}

{% content-ref url="/pages/NzLVBGOh9cG57gMMADWk" %}
[Export Image](/ncs-documents/compute/compute-image/export-image.md)
{% endcontent-ref %}

{% content-ref url="/pages/N2LwHze0kDS76OJUYKEI" %}
[Share Image to Between Projects](/ncs-documents/compute/compute-image/share-image-to-between-projects.md)
{% endcontent-ref %}


---

# 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-epc.gitbook.io/ncs-documents/compute/compute-image.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.
