AWS EFS Flashcards
What does EFS stand for?
Elastic File System
What is EFS?
Amazon Elastic File System is:
- Managed NFS (network file system) that can be mounted on many EC2 instances.
- EFS works with EC2 instances in multiple Availability Zones.
- Highly available and scalable. However, it is expense.
Can you share EFS storage across multiple EC2 instances?
Yes.
What are the use cases for EFS?
Content Management & Web Servers
What are the primary highlights about EFS?
- Uses NFSv4 protocol
- Compatible with Linux-based AMI (Windows not supported at this time)
- Encryption at rest using KMS.
- File system scales automatically; no capacity planning required.
- Pay per use
What are the highlights on EFS Performance?
- EFS has amazing performance capabilities.
- EFS can support thousands of concurrent connections (EC2 instances).
- EFS can handle up to 10 Gbps in throughput.
- EFS allows you to scale your storage to petabytes.
When creating an EFS file system, you can set what performance characteristics you want. What is EFS file systems 2 primary use cases?
- General Purpose: Used for things like web servers, CMS, etc.
- Max I/O: Used for big data, media processing, etc.
With EFS, what features allow you to move your data from one tier to another after X number of days?
- Storage Tiers
- Lifecycle Management
EFS comes with storage tiers and lifecycle management, allowing you to move your data from one tier to another after X number of days
What are the two EFS Storage Tier options?
- Standard - for frequently accessed files
2. Infrequently Accessed
When creating an EFS file system, what are your two options under Availability & Durability?
- Regional - stores data redundantly across multiple AZs.
2. One Zone - stores data redundantly within a single AZ.
What are the two Throughput Modes when creating an EFS file system?
- Bursting - Throughput scales with file system size
2. Provisioned - Throughput fixed at specific amount.
What do you use for highly scalable shared storing using NFS?
EFS is used for highly scalable shared storage using NFS.
EFS can scale up to __________.
EFS can scale up to petabytes.