EFS (Elastic File System)

aws/storage aws/service

💡 Definition

Amazon EFS provides simple, scalable, elastic file storage for use with AWS cloud services and on-premises resources. It is designed to be highly available and durable, and can be accessed concurrently by thousands of EC2 instances.

🔑 Key Concepts

⚙️ How it Works

  1. Create File System: You create an EFS file system.
  2. Mount Targets: Create mount targets in your VPC's Subnets (one per AZ).
  3. Mount on EC2: Mount the EFS file system onto your EC2 instances using the NFS protocol.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * EBS * S3 * EC2