EFS Flashcards
What does EFS stand for?
Elastic File System
What are the key differences between EFS and EBS?
- Sharing across instances – EBS only attaches to one EC2 instance (excpet for with Multi-Attach); EFS can be shared across mutliple instances
- Sharing across AZs and Regions – EBS volume must be in the same region as the instance(s), EFS can be shared across AZs and has cross-region replication
- Price (EFS more expensive)
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