Elastic File System (EFS) is a scalable managed service that implements the Network File System (NFS).
Continue reading “[AWS] Elastic File System (EFS)”Tag Archives: EFS
[AWS] EC2 – Storage Options
- Every EC2 instance must have a root volume, which may or may not be EBS (Elastic Block Store).
- By default, an EBS root volume will be deleted when the instance is terminated. You can change the setting to make EBS volumes persistent.
- You can attach additional EBS volumes to instances, and they are not deleted when the instance is terminated.
