Storage - EFS Storage Classes and Performance Options Flashcards

1
Q

What are the two storage classes offered by Amazon EFS?

A
  • Standard
  • Infrequent Access (IA)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When is the Infrequent Access (IA) storage class typically used?

A
  • When storing data that is rarely accessed
  • Offers cost reduction on storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does the first-byte latency differ between Standard and Infrequent Access (IA)?

A
  • IA has an increased first-byte latency impact compared to Standard
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How are costs managed differently between Standard and Infrequent Access (IA)?

A
  • IA is charged for the amount of storage space used
  • IA is also charged for each read and write operation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is EFS lifecycle management?

A
  • Automatically moves data between Standard and IA storage classes
  • Data is moved based on a configurable period of inactivity (14, 30, 60, or 90 days)
  • Accessing a file resets the inactivity timer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Are both storage classes available in all EFS-supported regions?

A
  • Yes, both Standard and IA storage classes are available in all regions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the two performance modes offered by EFS?

A
  • General Purpose
  • Max I/O
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When is the General Purpose performance mode typically used?

A
  • For most use cases, such as home directories and general file sharing
  • Offers all-round performance and low latency
  • Limited to 7,000 file system operations per second
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When is the Max I/O performance mode used?

A
  • For architectures with many thousands of concurrent EC2 instances
  • Offers virtually unlimited throughput and IOPS
  • May result in higher file operation latency compared to General Purpose
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How can you determine the need for General Purpose or Max I/O performance mode?

A
  • Run tests alongside your application
  • If operations per second are comfortably below 7,000, use General Purpose
  • If operations are expected to reach or exceed 7,000, use Max I/O
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the two throughput modes offered by EFS?

A
  • Bursting Throughput (default)
  • Provisioned Throughput
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How does Bursting Throughput mode work?

A
  • Throughput scales as the file system grows
  • Default burst capacity is 100 MiB/s (per tebibyte of storage)
  • Burst duration depends on accumulated credits during low activity periods
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When should Provisioned Throughput mode be used?

A
  • When high throughput is required for small file systems
  • Bursting Throughput may not be sufficient
  • Incurs additional charges for bursting above the default option
How well did you know this?
1
Not at all
2
3
4
5
Perfectly