dev-resources.site
for different kinds of informations.
EFS - Elastic File System
Published at
9/3/2022
Categories
efs
aws
Author
vanhoangkha14052000
Author
19 person written this
vanhoangkha14052000
open
EFS - Elastic File System
- EFS is a managed NFS (network file system) that can be mounted on many EC2 instances
- EFS works with EC2 instances across multi AZs
- EFS is highly available, scalable, but also more expensive (3x GP2) than EBS
- EFS is pay per use
- Use cases: content management, web service, data sharing, Wordpress
- Uses NFSv4.1 protocol
- We can use security groups to control access to EFS volumes
- EFS is only compatible with Linux based AMIs (not Windows)
EFS Performance and Storage Classes
- EFS Scale
- Thousands of concurrent NFS clients, 10 GB+ per second throughput
- It can grow to petabyte scale NFS automatically
- Performance mode (can be set at EFS creation time)
- General purpose (default): recommended for latency-sensitive use cases: web server, CMS, etc.
- Max I/O - higher latency, throughput, highly parallel, recommended for big data, media processing
- Storage tiers: lifecycle manage feature
- Standard: for frequently accessed files
- Infrequent access (EFS-IA): there is a cost to retrieve files, lower price per storage
EBS vs EFS
-
EBS volumes
- Can be attached to only one instance at a time
- Are locked at the AZ level
- GP2: IO increases if the disk size increases
- IO1: can increase IO independently
- To migrate an EBS across AZ:
- Take a snapshot
- Restore the volume from the snapshot
- Root EBS volumes get terminated by default in the EC2 instance is terminated (this feature can be disabled)
-
EFS
- Can be mounted to multiple instances across AZs via EFS mount targets
- Available only for Linux instances
- EFS has a higher price point than EBS
- EFS is pay per second, we can leverage EFS-IA for cost saving
efs Article's
30 articles in total
EC2 instances with pre-configured EFS (elastic file system ) using Terraform modules
read article
EFS for Centralized Shared Storage
read article
Installing Python Dependencies on AWS Lambda Using EFS
read article
Tip: Choosing EFS Over S3 for File Storage in AWS
read article
AWS Storage - Part 2: EFS and FSx
read article
Storage options for EKS: Comparing Amazon EFS, EBS, S3 and FSx for ONTAP
read article
[SAA-C03: Part 4] - Unlocking EC2 Storage: Mastering EBS, AMIs, and Beyond for Optimal Performance
read article
Elastic File Service
read article
Eclipse Che on AWS with EFS
read article
Eclipse Che on AWS with EFS
read article
30 days of AWS - Part 4: AWS Storage
read article
Optimizing Oracle Database Migration to Amazon RDS with EFS Integration
read article
Mount Up! A Step-by-Step Guide to Creating and Using Amazon EFS on Ubuntu
read article
Outgrowing Your File System? Meet AWS EFS
read article
Getting Started with AWS and Terraform: Multi-Attaching Elastic File System (EFS) Volumes to EC2 instances using Terraform
read article
Utilizando EFS para persistĂŞncia de arquivos do container ECS/Fargate
read article
[SAA] AWS EBS, EFS and EC2 insntace storage
read article
How to extend an EBS volume in AWS and then grow EFS Filesystem
read article
Amazon FSx: Empowering Your File Storage in the Cloud
read article
How to construct ECS service with EFS volume using CDK
read article
Create and mount an Amazon EFS file system (Amazon EFS) to an Amazon Elastic Compute Cloud (Amazon EC2) instance
read article
AWS EFS Elastic vs Burstable throughput (benchmark)
read article
AWS - Amazon File Cache
read article
Amazon Elastic File System
read article
EFS - Elastic File System
currently reading
How to access EFS folders from the Windows File Explorer using WSL2
read article
How to Solve AWS EFS “Operation Not Permitted” Errors in EKS
read article
Delete Old Backup/Logfiles/Temp files from EFS using Lambda, PowerShell & Event Bridge
read article
Introduction to AWS EFS
read article
AWS EFS (Elastic File Storage)
read article
Featured ones: