Amazon Elastic File System (EFS) Overview

1. What is Amazon EFS?

Amazon Elastic File System (EFS) is a managed NFS (Network File System) that allows multiple EC2 instances to access the same file system across multiple Availability Zones (AZs).

Key Features:

Highly available – Spans multiple AZs for disaster resilience.

Scalable – Automatically expands and shrinks as needed.

Expensive3x the cost of GP2 EBS volumes, but pay-per-use (no pre-provisioning).

Supports Linux onlyNot compatible with Windows-based AMIs.

Secure – Uses security groups for access control and KMS encryption for data protection.

Use Cases:


2. How EFS Works