Elastic File System Flashcards

1
Q

What is Amazon Elastic File System (EFS)?

A

An AWS-managed implementation of NFS which allows for the creation of a shared ‘file system’ that can be mounted/used/shared by multiple EC2 instances at the same time.

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

With EFS, is data stored on the EC2 itself?

A

No - this is an AWS-managed implementation of NFS (Storage protocol) which allows for the creation of shared ‘file system’ that can be mounted/used/shared with multiple EC2 instances at the same time

You can store media/posts for the A4L Website outside of the individual EC2 instances; this means media isn’t lost when instances are added/removed.

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

What is a Mount Target?

A

The network interface within the VPC that instances (on-premise or in a VPC) will connect to.

Mount targets have an IP address from the range of the given VPC that they are in.

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

Can you connect on-premise workloads to an EFS instance? If so, how?

A

Yes - you can also connect on-prem workloads to EFS mount targets in a VPC via a Direct Connect (DX) or a VPN connection.

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

Why is EFS considered a “self-healing” ARCH?

A

EC2’s are “throw away” compute resources i.e nothing is stored on them directly - they point to something like RDS or EFS (other services) to interact with any persistent data.

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

What OS/type of instance does EFS support?

A

Linux only.

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

What 2 storage classes (of the 6) that EFS supports?

A

Standard

Standard IA

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

What 2 “Modes” does EFS support?

A

General Purpose (default)

Max I/O (used for tons of parallel processes like Big Data)

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

What 2 Throughput Modes does EFS support?

A

Bursting - throughput scales with the size of the file system

Provisioned - allows you to provision throughput requirements independent from the size of the file system

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