Elastic File System Flashcards
What is EFS?
EFS is a file storage service for EC2 instances that has an elastic storage capacity, up to Petabytes, so there is no need to modify EC2 instance volumes to add more storage and you only pay for what you use. EFS is stored across multiple AZ’s and has Read After Write consistency.
True or False: More than 1 EC2 instance can use the same EFS volume.
True; it can support thousand of concurrent NFS (Network File System) connections.
What is Amazon FSx for Windows?
It is a native Windows file system so you can easily move Windows based applications that require file storage to AWS.
What is Amazon FSx for Lustre?
It is a file system that is optimized for compute intensive workloads, such as HPC and Machine Learning.
What is a use case for Windows FSx over EFS or Lustre?
Used when centralized storage is needed for Windows based applications or things that require SMB storage.
What is a use case for Lustre FSx over EFS or Windows?
Used when high speed, high capacity distributed storage is required. For things like High Performance Computing and Machine Learning. It can also store data directly on S3.
What is a use case for EFS over Windows FSx or Lustre FSx?
Used when distributed, highly resilient storage for linux instances and linux based applications is needed.