File Systems Flashcards

1
Q

EFS

A

Elastic File System

  • a managed NFS that can be mounted on many EC2 instances at once
  • can also mount to Lambda, etc.
  • regional
  • highly scalable
  • encryption at rest with KMS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How much does EFS cost?

A

It is expensive - pay per use

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

What is EFS good for?

A

web server farms

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

What protocol does EFS use?

A

NFSv4

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

What are the largest files you can add in EFS?

A

Petabytes

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

What is performance of EBS?

A
  • can support thousands of EC2 instances
  • 10 Gb/s throughput
  • can scale to PBs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What type of AMIs is EFS compatible with?

A

Linux-based AMIs

windows not supported

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

EFS Performance options

A

General purpose - use for web servers, CMS, etc.

Max I/O - use for big data, media processing, etc.

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

EFS Storage Tiers

A
  • similar to S3
  • has lifecycle management - it can move your data from one tier to another after 30 days w/o access
  • STANDARD: for frequently accessed files
  • I/A: For less accessed files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

EFS Throughput mode: Bursting

A

throughput scales with the file system size

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

EFS Throughput mode: Provisioned

A

throughput fixed at a certain amount

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

FSx for Windows

A

provides a fully-managed native Microsoft Windows file system so you can move Windows-based applications that require file storage to AWS.

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

What is FSx built on?

A

Windows Server

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

Differences between FSx and EFS?

A

FSx is a managed windows server that runs Windows Server Block (SMB)-based file services
- EFS is a managed NAS filer for EC2 instances based on NFSv4

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

FSx for Lustre

A
  • for AI and machine learning*
  • for massive datasets
  • hundreds of GB/s
  • millions of IOPS
  • sub-millisecond latencies
  • a managed files system
  • can store data directly on S3**
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When to pick EFS on exam

A
  • pick for distributed, highly resilient storage for Linux instances and Linux-based applications
17
Q

When to pick FSx on exam

A
  • pick for centralized storage for Windows, Sharepoint, SQL Server, Workspaces, IIS Web Server or any other Microsoft application.
18
Q

When to pick FSx for Lustre on exam

A
  • pick for high-speed, high-capacity distributed storage

- HPC, financial modeling, ML, AI

19
Q

AMIs: Instance Store

A

Instance store volumes are sometimes called ephemeral storage

  • they cannot be stopped
  • if the underlying host fails, you will lose your data
  • can reboot them
20
Q

AMIs: EBS-backed instances

A

EBS-backed instances can be stopped.

  • you won’t lose data if the instance is stopped
  • can reboot them
21
Q

AWS Backup**

A

AWS Backup allows you to consolidate your backups across multiple AWS services:

  • EC2, EBS, EFS, FSx, AWS Storage Gateway, RDS, DynamoDB
  • Can be used with Organizations to back up multiple accounts for centralized control across all of your AWS services
22
Q

Benefits of AWS Backup*

A

1) single, central backup console
2) automated backup schedules and retention policies and lifecycle policies
3) Improved compliance and auditing