šŸ”¶

Amazon EFS

Amazon EFS (Elastic File System)
  • Fully managed storage service that can be mounted on multiple EC2 instances across multiple AZs.
  • Highly available, scalable, and more expensive (~3Ɨ gp2 cost).
  • Pay-per-use with automatic scaling, no capacity planning required.
  • POSIX-compliant, works like a standard Linux file system API.
  • Uses NFS (v4.1) protocol
Key points:
  • Accessible only from Linux-based AMIs (not Windows).
  • I’m Encryption at rest with AWS KMS.
  • Access controlled via Security Groups.
  • Multi-AZ design makes it ideal for shared, concurrent access.
Use cases:
  • Content management systems.
  • Web serving (e.g., WordPress).
  • Shared data and collaborative workloads.
Ā 
🟢
Amazon EFS – Performance & Storage Classes
šŸ”µ
Amazon EBS vs Amazon EFS
🟢
Amazon EFS – Mount Targets