Shared Storage
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 such as:
Mount
/team1/project_name
(FSx for Lustre) for all Linux Virtual Desktop Interfaces launched for Project AMount
\\windows\project_name
(FSx for Windows File Server)for all Windows Virtual Desktop InterfacesMount
/team2/shared
Elastic File System for all Virtual Desktop Interfaces launched by team BMount
/fsx-scratch
FSx for OpenZFS for all compute nodes provisioned to run HPC Workloads onqueue1
orqueue2
Refer to Storage Management to learn more about the integration of Shared Storage module onto the IDEA ecosystem
Last updated