# EFS

### **Amazon EFS (Elastic File System)**

* Think of it like a **shared network drive** that **many EC2s can access at the same time**.
* It automatically grows/shrinks as you add/remove files (no need to set size).
* Good for **shared storage, web apps, content management, big data, home directories**.

👉 Example: If you have 10 EC2 servers running a website and they all need to read/write the same images or logs, they can all connect to **EFS** at once

<figure><img src="https://1856860631-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsNc001Xcz63mWjGXymkd%2Fuploads%2FcO3uBtbJA0yuSpxZ4fE8%2Fimage.png?alt=media&#x26;token=4eb51179-e2a9-44bd-b522-a4e5b2c3c675" alt=""><figcaption></figcaption></figure>

### **AWS Backup**

EFS uses NFS protocol

<figure><img src="https://1856860631-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsNc001Xcz63mWjGXymkd%2Fuploads%2Fsiwembadiw94zjdCJkgM%2Fimage.png?alt=media&#x26;token=a32aded3-b7b5-410a-9b1f-f2749485fd80" alt=""><figcaption></figcaption></figure>
