Amazon Elastic File System (EFS)
Learn about Elastic File System, its types, and other related concepts.
We'll cover the following...
Amazon EFS is a file storage service. It provides the infrastructure for file storage, sparing users from developing and managing their file systems. It uses the Network File System (NFS) protocol for communication with other resources. EFS allows parallel access to the resources. EC2 instances, ECS instances, and Lambda functions can all access an EFS volume concurrently and simultaneously.
Press + to interact
How EFS works
EFS volumes are created inside a VPC and connect with compute instances using mount targets. A mount target provides an IP address for the NFS ...