FSx for Lustre Flashcards

This deck aims to help retain concepts related to the FSx for Lustre service.

1
Q

Which AWS service designed for High-Performance Computing (HPC), offers a POSIX-compliant, managed file system with read-after-write consistency and file locking support?

A

FSx for Lustre

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

What are the performance capabilities of AWS FSx for Lustre?

A
  • Data transfer speeds, scales to hundreds of GB/s in throughput
  • Latency less than 1 ms
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What types of systems are compatible with AWS FSx for Lustre?

A

Linux-based systems

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

What permissions model does AWS FSx for Lustre use?

A

POSIX-style permissions model

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

How can AWS FSx for Lustre be accessed?

A

As a Private service it can be accessible:
- Within a VPC
- Through VPN connection
- Through AWS Direct Connect

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

What are the primary use cases for AWS FSx for Lustre?

A
  • High-Performance Computing (HPC)
  • Machine Learning workloads
  • Big Data analytics
  • Video processing
  • Financial modeling simulations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the deployment options for AWS FSx for Lustre?

A
  • Scratch: for short-term storage and high-performance workloads
  • Persistent: for long-term storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which AWS FSx for Lustre deployment type is optimized for short-term storage, prioritizing performance over durability, and may result in data loss due to the lack of replication, high availability, and resiliency features?

A

Scratch, where increased servers and disks elevate the risk of hardware failure leading to data loss

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

Which AWS FSx for Lustre deployment type offers long-term storage, supports replication within a single AZ, protects against hardware failure, and automatically heals when failures occur?

A

Persistent, ensuring high availability within a single AZ

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

What backup options are available for AWS FSx for Lustre?

A

Both deployment types support data backup to S3 using:
- Manual backups
- Automatic backups (retention period: 0–35 days, 0 - means automatic backup is disabled)

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

When AWS FSx for Lustre is deployed, which AWS service can optionally be associated as a repository to store object data?

A

Amazon S3 can be associated as a data repository:
- Data is stored in S3 but visible within the file system
- Data is lazy-loaded into the file system from S3 upon access

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

How can changes made to individual files within an AWS FSx for Lustre file system be synced back to the associated S3 data repository?

A

By using the command:
sudo lfs hsm_archive path/to/export/file

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

Into which two components does AWS FSx for Lustre divide data when stored on disk?

A
  • Metadata Storage Targets (MSTs): store file metadata, including filenames, timestamps, and permissions
  • Object Storage Targets (OSTs): store the actual file data, with each object being 1.17 TiB in size
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What determines the baseline performance of AWS FSx for Lustre file systems?

A

Baseline performance is tied to the size of the file system, starting at 1.2 TiB and increasing in increments of 2.4 TiB

  • Scratch Deployment: base performance of 200 MB/s per TiB of storage
  • Persistent Deployment: options of 50 MB/s, 100 MB/s, or 200 MB/s per TiB of storage
  • Both Deployments: support bursting up to 1,300 MB/s per TiB using a credit system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which AWS managed file system service is ideal for HPC, ML, and Big Data workloads?

A

FSx for Lustre

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