EFS Flashcards
What does EFS stand for?
Elastic File System
What is the key difference between EFS and EBS?
- You can only mount an EBS device to one EC2 instance
- But multiple EC2 instances can share an EFS volume
How does storage capacity work in Amazon EFS?
With EFS, storage capacity is elastic, growing and shrinking automatically as you add and remove files, so your applications have the storage they need, when they need it.
Does EFS support NFSv4 protocol?
Yes
What is the pricing model for EFS?
You only pay for the storage you use (no pre-provisioning required)
How high can EFS scale its storage?
Up to the Petabytes
Can EFS support multiple concurrent NFS connections?
Yes, in fact up to thousands of them
How does EFS ensure high availability and redundancy of data?
Data is stored across multiple AZs within a region
What is the data consistency model for EFS?
EFS has Read after Write consistency
Can EFS be used within multiple VPCs at the same time?
No
In EFS, what is the difference and tradeoff between General Purpose Performance Mode vs. Max I/O Performance Modes
Max I/O Performance mode better handles tens+ applications going to the same EFS at the cost of slightly higher latency