Logo

dev-resources.site

for different kinds of informations.

EFS - Elastic File System

Published at
9/3/2022
Categories
efs
aws
Author
vanhoangkha14052000
Categories
2 categories in total
efs
open
aws
open
Author
19 person written this
vanhoangkha14052000
open
EFS - Elastic File System

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
Favicon
EC2 instances with pre-configured EFS (elastic file system ) using Terraform modules
Favicon
EFS for Centralized Shared Storage
Favicon
Installing Python Dependencies on AWS Lambda Using EFS
Favicon
Tip: Choosing EFS Over S3 for File Storage in AWS
Favicon
AWS Storage - Part 2: EFS and FSx
Favicon
Storage options for EKS: Comparing Amazon EFS, EBS, S3 and FSx for ONTAP
Favicon
[SAA-C03: Part 4] - Unlocking EC2 Storage: Mastering EBS, AMIs, and Beyond for Optimal Performance
Favicon
Elastic File Service
Favicon
Eclipse Che on AWS with EFS
Favicon
Eclipse Che on AWS with EFS
Favicon
30 days of AWS - Part 4: AWS Storage
Favicon
Optimizing Oracle Database Migration to Amazon RDS with EFS Integration
Favicon
Mount Up! A Step-by-Step Guide to Creating and Using Amazon EFS on Ubuntu
Favicon
Outgrowing Your File System? Meet AWS EFS
Favicon
Getting Started with AWS and Terraform: Multi-Attaching Elastic File System (EFS) Volumes to EC2 instances using Terraform
Favicon
Utilizando EFS para persistĂŞncia de arquivos do container ECS/Fargate
Favicon
[SAA] AWS EBS, EFS and EC2 insntace storage
Favicon
How to extend an EBS volume in AWS and then grow EFS Filesystem
Favicon
Amazon FSx: Empowering Your File Storage in the Cloud
Favicon
How to construct ECS service with EFS volume using CDK
Favicon
Create and mount an Amazon EFS file system (Amazon EFS) to an Amazon Elastic Compute Cloud (Amazon EC2) instance
Favicon
AWS EFS Elastic vs Burstable throughput (benchmark)
Favicon
AWS - Amazon File Cache
Favicon
Amazon Elastic File System
Favicon
EFS - Elastic File System
Favicon
How to access EFS folders from the Windows File Explorer using WSL2
Favicon
How to Solve AWS EFS “Operation Not Permitted” Errors in EKS
Favicon
Delete Old Backup/Logfiles/Temp files from EFS using Lambda, PowerShell & Event Bridge
Favicon
Introduction to AWS EFS
Favicon
AWS EFS (Elastic File Storage)

Featured ones: