AWS Elastic File System
cloud AWS

15 minutes


go back go back go back home home

What is Elastic File System?

Features

Difference Between EBS & EFS

EBS data is not accessible across AZs and Regions(directly, without snapshoting) while EFS can connect to any EC2 instance across AZs & regions for the same.

- Storage class that is cost-optimized for files not accessed everyday. - Upto 92% lower cost as compared to EFS (standard). - EFS will automatically move your files to EFS-IA based on the last time they were accessed. - We can enable EFS-IA with a lifecycle policy - E.G. Move files not accessed for 60 days to EFS-IA - Transparent to the application accessing EFS (i.e. the app will not need to know if the data is stored in EFS or EFS-IA)

Elastic File System - Shared Responsiblity

Responsiblity of AWSResponsiblity of Customer
InfrastructureSetting up Backup/Snapshot procedures
Replication od fata for EBS volume & EFS drivesResponsiblity of any data on the drives
Replacing faulty hardwareUnderstanding the risk of using EC2 Instance Store
Ensuring AWS Employee cannot access client Data