AWS Storage Solutions Flashcards

1
Q

Give 1 example of a object storage system in AWS?

A

S3

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

Give 2 examples of file storage systems in AWS?

A

EFS and FSx

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

Give 2 example of block storage in AWS?

A

EBS and EC2 instance store

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

Name a service used for online data migration?

A

DataSync

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

What services does DataSync integrate with?

A

S3, EFS and FSx

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

What service provides offline data migration?

A

Snow Family

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

What is edge computing and what storage solution in AWS and parts of it provide edge computing?

A

Processing data close to the source of the data. This can be achieved either using networking solutions that bring the data close to source or for storage using hardware such as Snowcone and Snowball Edge part of the Snow Family service

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

What specific service should be used for a offline data migration of >10 Pb?

A

Snowmobile

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

What is the difference between object, file and block storage?

A

Objects are not stored in folders, are all at the same level and are accessed using a object key instead of file path and though an API.
File storage uses a file path to access typically consisting of folders and the data is stored with a file extension dependent on the file type and accessible though different applications.
Data is split into blocks of equal size each block is assigned a unique id and blocks can be assigned to different OS environments

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

What are the use cases for EBS?

A

Used for data requiring quick access, long-term persistence and continuous reads and writes. Attaches to instances work as a hard drive. Works a more permanent solution to EC2 instance store

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

What are the use cases for S3?

A

Storing and managing large amounts of unstructured data, such as images and videos, backups, and other types of data that can be accessed via the internet

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

What are the use cases for EFS?

A

Used for file storage amongst multiple EC2 instances and is managed

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

What are the use cases for FSx?

A

Like EFS except desire access to a 3rd party file storage system

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

What is the difference between durability and availability?

A

Durability is how much well data is retained and availability is how much a service crashes

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

What are the S3 storage classes and there use cases?

A

Standard - gen purpose: typically frequent access
Standard IA: IA but needs millisecond access
One zone IA: IA needs millisecond access lower availability so either as backup or data is easy to recreate
Glacier Instant Retrieval: min 90 day storage, accessed once a quarter, requiring millisecond retrieval
Glacier Flexible Retrieval: min storage 90 days
- expedited (1-5 mins retrieval)
- standard (3-5 h)
- bulk (5-12 h)
Glacier Deep Archive: min storage 180 days
- standard (12 h)
- bulk (48 h)
Intelligent Tiering: unknown or changing access patterns

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