NETWORK STORAGE & DATA LIFECYCLE
EFS Architecture (9:05)
EFS - Overview
which os does aws efs support?
AWS EFS is an implement of NFSv4, which can only be mounted in Linux.
how to access an aws efs?
The EFS can be accessed:
- inside a VPC.
- from on-premises: via VPN or DX.
EFS - Architecture
EFS - Performance
which configuration impact an [efs performance](https://docs.aws.amazon.com/efs/latest/ug/performance.html)?
-
Storage Class:
- EFS
One Zone/ One Zone-IA - EFS
Standard/ Standard-IA - EFS
Archive
- EFS
-
Performance Mode:
General Purposemode (default - 99.9% of uses): Lowest latencyMax I/Omode: Highly parallelized workloads that can tolerate higher latencies
-
Throughput Mode:
Burstingmode: Throughput scale with storage- Enhanced
Elasticmode (default - recommend): Spiky/unpredictable workloadsProvisionedmode: Known performace requirements; or throughput > 5% average-to-peak ratio
[DEMO] Implementing EFS - PART1 (8:51)
[DEMO] Implementing EFS - PART2 (11:32)
[DEMO] Using EFS with Wordpress (16:00)

AWS Backup (6:36)
AWS Backup supports a wide range of AWS services
AWS Backup - Summary