EFS Flashcards

1
Q

What is open-after-close consistency?

A

“NFS standard durability rules:
durable after sychronous write operation
durable after application closes a file”

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

What is a mount target?

A

“A specifically configured interface on an EFS
pick VPC -> pick subnet/AZ -> pick SG allowing NFS(2049) from private EC2sg
Only one mount target per AZ
If multiple subnets only one can create a mount target
All EC2 instances in the AZ can share the single mount target”

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

EFS and VPC peering rules

A

“Within a single Region (multi VPC in same region)
can use VPC peering using EC2 type T3 and limited others
inter-region
not permitted”

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

EFS and security group rules

A

Allow access using NFS port (2049)

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

When can you select the “encrypt at rest” option?

A

“Only during the EFS creation

if you want to encrypt a non encrypted EFS you need to create a new one and copy all the data over”

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

How do you enable encryption during transit?

A

“Only during mounting of an EC2 can you enable encryption
Include the Transport Layer Security (TLS) flag in your mount command
sudo mount -t efs -o tls EFSaddress:/ /mnt/efs”

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

What is the Max I/O performance mode?

A

“Optimizes performance when large amounts of EC2 instances are accessing the file system
Higher levels of aggregate throughput and operatoins per second
slightly higher latencies for file operations”

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

bursting vs provisioned throughput performance mode

A

“Busting will scale itself according to the current demands

Provisioned will maintain a set throughput”

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

What are common EFS use cases?

A
"connecting up to thousands of EC2s from multiple AZs into one file system
Big data analytics
media processing workflows
content management
web serving
home directories"
How well did you know this?
1
Not at all
2
3
4
5
Perfectly