Network Storage Flashcards

1
Q

What is AWS Backup?

A

AWS Backup is a fully managed data-protection (backup/restore) service. The product is capable of consolidating management by being configured across multiple accounts and multiple regions.

AWS Backup supports a wide range of AWS products.

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

What are key concepts of AWS Backup?

A

Backup Plans — Determine the frequency, window, lifecycle, vault, region copy, and other settings for backups.
Resources — What resources are backed up.
Vaults — The backup destination (container).
Vault Lock — An optional feature that can be helpful in giving additional security and control over backup vaults. When a lock is active, the vault configuration cannot be altered or deleted by a customer, account/data owner, or AWS.
On-Demand — Backups can be created manually if/when necessary.
PITR — For some resources, AWS Backup supports continuous backups and point-in-time recovery (PITR).

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

What is EFS?

A

EFS is an AWS managed implementation of NFS, which allows for the creation of shared ‘file systems’ which can be mounted within multiple EC2 instances.

EFS can play an essential part in building scalable and resilient systems.

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

True/False. EFS is a public service. By default, it’s isolated to the VPC it’s provisioned into.

A

False. EFS is a PRIVATE service. By default, it’s isolated to the VPC it’s provisioned into.

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

True/False. EFS can be used by any OS.

A

False. EFS is for Linux only.

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

What are the performance modes of EFS?

A

EFS has two performance modes. General Purpose which is used in almost every case, and Max I/O for the rare cases where maximizing I/O is the highest priority (even if it may come at the cost of latency.

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