# EBS RAID configurations

* With Amazon EBS, you **can use any of the standard RAID configurations that you can use with a traditional bare metal server**, as long as that particular RAID configuration is supported by the operating system for your instance.

  * This is because **all RAID is accomplished at the software level**.

* **For greater I/O performance** than you can achieve with a single volume, **RAID 0 can stripe multiple volumes together.**<br>

* **For on-instance redundancy**, **RAID 1 can mirror two volumes together**.

![](/files/-MOv_JPJtsEt9ZYTv-1A)

![](/files/-MOv_401O7fI7dogi1ut)


---

# 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://karansingh.gitbook.io/aws-saa-c02/ec2-storage-ebs-efs-instance-store/ebs-raid-configurations.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.
