# Amazon EBS

Basic Description about the same can be found from [EC2](/aws/aws-compute-services/ec2.md) page.

One can create Volumes as shown below:

<figure><img src="/files/j5Q9pA8bvu8F9TYMARex" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/dtq4RoAQSZLWmgYlxDUb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/6b4FJqsZXm6FCRUv0Iq0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/d8z7GW6lqS1evmxQ5an2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9t5GY8nVJmFdZw1F9cyw" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/nHTrOUMqVtSp4gZdcQnz" alt=""><figcaption></figcaption></figure>

EBS Snapshots can be taken for periodic backup and DR purposes. Hence, to take any snapshot particularly related to EBS, its necessary to either stop the instance (for root volumes) or unmount the instance (for extra drives) to prevent any further write operation, post which the snapshot can be taken.

The EBS Snapshots can then later be made available to other new volumes, which can then be attached to another EC2 instances all together.

&#x20;

<figure><img src="/files/wr6JsofFXYl1NvKyi91J" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hyNIn67R1vCazzZxn2uB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4Z30yseYqAGIyBNtY9BN" alt=""><figcaption></figcaption></figure>


---

# 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://notes.radifine.com/aws/aws-storage-services/amazon-ebs.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.
