Storage - What is the Amazon Elastic File System? Flashcards
1
Q
What is Amazon Simple Storage Service (S3)?
A
- Object storage solution
- Stores files as single objects
- Best for storing large files, static websites, and backup archives
2
Q
What is Amazon Elastic Block Store (EBS)?
A
- Block-level storage
- Stores files in small chunks of blocks
- Optimized for low latency access and fast read/write operations
- Provides persistent block storage volumes for EC2 instances
3
Q
What is Amazon Elastic File System (EFS)?
A
- File-level storage
- Optimized for low latency access
- Supports access by multiple EC2 instances at once
- Provides a file manager interface and standard file system semantics
4
Q
How is EFS accessed by users?
A
- Users browse network resources that connect to EFS
- Similar to accessing files on traditional file servers or NAS systems
- EC2 instances can be configured to access EFS using mount points
5
Q
What are the key features of Amazon EFS?
A
- Fully managed, highly available, and durable service
- Can scale to petabytes in size
- Provides low latency access and high throughput
- Supports tens, hundreds, or thousands of concurrent EC2 instances
- Replicated across availability zones in a single region
- Supports NFS versions 4.1 and 4.0 and standard file system semantics
6
Q
What are the advantages of using EFS?
A
- No need to provision file servers or perform maintenance
- Supports standard operating system APIs
- Provides strong consistency and file locking
- Enables parallel access to data for applications scaling across multiple instances
- Offers high availability for application storage layer in multi-AZ deployments
7
Q
Is EFS available in all AWS regions?
A
- No, EFS is not currently available in all regions (as of the time of writing)