Integrate Workbench with Amazon EFS
To use Workbench in any multi-node configuration, including load-balanced nodes, Slurm or Kubernetes, you must mount certain files on a shared file system.
It is possible to use Amazon EFS (Elastic File System) as this file system, subject to the following limitations:
- You may experience performance issues when compared to a file system mounted on Amazon Elastic Block Store (EBS)
- You will not be able to use the project sharing feature of Workbench, due to the absence of access control lists (ACLs) on EFS
- The default lock type of link-based won’t work, the advisory type must be used instead.
- Incorrect configurations can make performance significantly worse, so please read over our Posit Team guide below
For more information, as well as configuration guidance, refer to Posit Team integration with EFS.
Back to top