EFS Flashcards

This deck aims to help retain concepts related to the AWS EFS service.

1
Q

Which AWS service provides scalable, elastic, concurrent (with some restrictions), and encrypted file storage for use with both AWS services and on-premises resources?

A

Elastic File System (EFS) - implements NFSv4

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

What is the resiliency posture of the EFS service?

A

EFS is a region-resilient service

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

Can EFS be used with Windows systems?

A

EFS can only be mounted on Linux-based systems, including EC2 instances

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

How do other services access the EFS service?

A

EFS is isolated to the VPC in which it is provisioned and is accessed through mount targets located in subnets within the VPC, these mount targets have IP addresses, and for high availability, they should be placed in multiple AZs

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

How can the EFS service be accessed from on-premises systems?

A

EFS can be accessed from on-premises systems via VPN Connection, or Direct Connect

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

What family of standards is specified by the IEEE Computer Society, for maintaining compatibility between operating systems (the interface that Linux-based systems understand)?

A

Portable Operating System Interface (POSIX)

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

What are the two performance modes available in EFS?

A
  • General Purpose (default, used 99% of the time): Suitable for latency-sensitive use cases, such as web servers, content management, and general file serving
  • Max I/O: Designed for high throughput and IOPS but may have increased latency, ideal for big data, media processing, and scientific analysis (parallel computing workloads)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the two throughput modes available in EFS?

A
  • Bursting Throughput: Similar to gp2 EBS volumes, throughput scales with EFS size
  • Provisioned Throughput: Throughput can be specified independently of EFS size
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the two storage classes available in EFS?

A
  • Standard (default): For storing frequently accessed data
  • Infrequent Access: For storing infrequently accessed data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the ideal use case for the Amazon EFS service?

A

Ideal for web serving and content management, enterprise applications, media and entertainment, home directories, database backups, developer tools, container storage, and big data analytics

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