diff --git a/images/EBS.png b/images/EBS.png new file mode 100644 index 0000000..b4ff833 Binary files /dev/null and b/images/EBS.png differ diff --git a/images/EFS.png b/images/EFS.png new file mode 100644 index 0000000..445d22b Binary files /dev/null and b/images/EFS.png differ diff --git a/sections/ec2_storage.md b/sections/ec2_storage.md index 204f390..41c0699 100644 --- a/sections/ec2_storage.md +++ b/sections/ec2_storage.md @@ -47,6 +47,8 @@ - You get billed for all the provisioned capacity - You can increase the capacity of the drive over time +![Elastic File System](../images/EBS.png) + ### EBS – Delete on Termination attribute - Controls the EBS behaviour when an EC2 instance terminates @@ -73,9 +75,11 @@ ## EFS: Elastic File System - Managed NFS (network file system) that can be mounted on 100s of EC2 -- EFS works with Linux EC2 instances in multi-AZ +- EFS works with **Linux** EC2 instances in **multi-AZ** - Highly available, scalable, expensive (3x gp2), pay per use, no capacity planning +![Elastic File System](../images/EFS.png) + ## EFS Infrequent Access (EFS-IA) - Storage class that is cost-optimized for files not accessed every day