# Introduction

IDEA supports multiple type of storage backend such as:

* Elastic Block Storage (<https://aws.amazon.com/ebs/>)
* Elastic File System (<https://aws.amazon.com/efs/>)
* FSx for Lustre (<https://aws.amazon.com/fsx/lustre/>)
* FSx for OpenZFS (<https://aws.amazon.com/fsx/openzfs/>)
* FSx for NetApp OnTap  (<https://aws.amazon.com/fsx/netapp-ontap/>)
* FSx for Windows File Server (<https://aws.amazon.com/fsx/windows/>)

You can choose to deploy your file-system partition logic via the "Shared Storage" module on IDEA.  You can let IDEA creates the storage backend (when possible) or use existing storage solutions running on your AWS account.

Additionally[, you can map your mount point based on IDEA Project membership](https://docs.ide-on-aws.com/cluster-manager/menu/projects-management) such as:

* Mount `/team1/project_name` (FSx for Lustre) for all Linux  [Virtual Desktop Interface (VDI)](https://docs.ide-on-aws.com/virtual-desktop-interface/)launched for Project A
* Mount `\\windows\project_name` (FSx for Windows File Server)for all Windows [Virtual Desktop Interface (VDI)](https://docs.ide-on-aws.com/virtual-desktop-interface/)
* Mount `/team2/shared` Elastic File System for all [Virtual Desktop Interface (VDI)](https://docs.ide-on-aws.com/virtual-desktop-interface/)launched by team B
* Mount `/fsx-scratch` FSx for OpenZFS for all compute nodes provisioned to run [HPC WorkLoads](https://docs.ide-on-aws.com/hpc-simulations/) on `queue1` or `queue2`

Refer to [Storage Management](/shared-storage/storage-management.md) to learn more about the integration of Shared Storage module onto the IDEA ecosystem


---

# 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.ide-on-aws.com/shared-storage/introduction.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.
