> For the complete documentation index, see [llms.txt](https://notes.radifine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.radifine.com/aws/aws-storage-services/amazon-ebs.md).

# 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>
