5. File Systems Flashcards

1
Q

What is EFS?

A

Elastic File System - managed NFS that can be mounted in EC2 instances:
- uses NFSv4
- highly available and scalable, 10Gbps throughput, petabytes scaling
- compatible with Linux-based AMIs
- pay per use
- encryption at rest using KMS

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

What to use EFS for?

A
  • web server farms
  • shared CMS, e.g. WordPress
  • shared DB access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Whar are performance options for EFS?

A
  • general purpose: web servers, CMS
  • Max I/O: big data, media processing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are storage options for EFS?

A
  • standard
  • infrequently accessed (cheaper) tiers
  • lifecycle management possible
  • regional or one-zone redundancy

Also:
- possible automated backup

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

What types of EFx Amazon offers for Windows?

A

EFx for Windows File Server
- fully managed native Windows system
- based on Windows Service Message Blocks, not NFS
- built for Windows Server storage
- why? Active Directory, SharePoint migration
- supports AD users, ACL, security policies, distributed file system (DFS)

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

What is Amazon FSx for Lustre?

A

Fully managed system, optimised for compute-intensive workloads like HPC, machine learning, media data processing workflows

Massive databases, hundreds of GBps, millions of IOPS, sub-millisecond latencies

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

What are AMI and their types?

A

Amazon Machine Image

  • EBS backed - root device is created from Amazon EBS snapshot. They can be stopped or rebooted. The root device is deleted on termination, but doesn’t have to be. in-use to available.
  • Instance Store backed - the root device is created from a template stored in S3. Called ephemeral storage. Can be rebooted but not stopped. If the host fails, you lose data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are EFS throughput modes?

A
  • bursting or
  • provisioned: 1-1024MBit/s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly