Elastic File System - AWS shared file storage that multiple servers can access simultaneously. Like a shared network drive that all computers in an office can access.
Multiple web servers use EFS to share website files, ensuring all servers have the same content.
All are managed network file systems that multiple compute instances can mount at the same time (typically via NFS/SMB). AWS EFS and GCP Filestore are commonly used for NFS on Linux; Azure Files supports SMB and NFS (region/feature dependent) and integrates tightly with Windows and Azure AD; OCI File Storage provides NFS-based shared storage for OCI compute.