Chapter 7.5 - EFS Overview Flashcards

1
Q

What is EFS?

A

Amazon Elastic File System - Shared Storage

A managed NFS (network file system) that can be mounted on many EC2 instances.

Uses NFSv4 protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the use cases for EFS?

A

Content Management

  • Easily share content between EC2 instances
  • Wordpress blogs, Joomla! websites

Web Servers
- Have just a single folder structure for your website.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the two fundamental performance characteristics options for EFS?

A

General Purpose
- Web servers, CMS, etc.

Max I/O
- Big data, media processing, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the Pros and Cons of EFS?

A

Pros

  • Highly available and scalable
  • File system scales automatically up to petabytes; no capacity planning required
  • Only pay for the storage you use (no provisioning required)
  • Can support thousands of concurrent NFS connections
  • Data is stored across multiple AZs within a region
  • Read-after-write consistency

Cons

  • Expensive
  • Only compatible with Linux-based AMI (Windows not supported at this time)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly