Storage Services Flashcards

1
Q

What is the maximum size a file can be in S3?

A

5TB

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

What is the durability of most S3 storage classes?

A

99.999999999%

9 9s

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

Which S3 storage class offers the most durability and availability?

A

Standard (the default class)

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

Which S3 storage class has the lowest durability but the same availability as the standard class?

A

Reduced_Redundancy

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

Which S3 storage class has the lowest availability?

A

OneZone_IA (at 99.5%)

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

How long could it take to retrieve data from Glacier?

A

12 hours

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

Which S3 storage class is offered for both frequent and infrequent access?

A

Intelligent_Tiering

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

What are the three ways you can control who can access your S3 bucket and how?

A

Bucket policies

User policies

Bucket and object access control limits

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

What are the two options for encryption at rest (in regards to S3)?

A

Server-side encryption (AWS does all the work for you)

Client-side encryption (You are responsible for encryption/decryption)

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

What are the two types of actions that can be applied to the object life cycle configuration rules?

A

Transition

Expiration

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

What is the difference between a vault and an archive?

A

An archive is a block of information and can hold anywhere from 1 byte to 40TB of data. A vault is a region-specific container that stores archives.

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

How long does it take to retrieve data with the Expedited option?

A

Typically 1-5 minutes (costs $0.03/GB)

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

How long does it take to retrieve data with the Standard option (AWS Glacier)?

A

Typically 3-4 hours (costs $0.01/GB)

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

How long does it take to retrieve data with the Bulk option?

A

Typically 5-12 hours (costs $0.0025/GB)

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

What is AWS Storage Gateway?

A

It connects your existing on-premises servers to storage in the AWS cloud using a VM. Think “local storage.”

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

What are the three different types of VM for Storage Gateway?

A

File Gateways - Stores data in S3 but caches locally for low-latency access (uses NFS and SMB)

Volume Gateways - Stored volumes and cached volumes, takes EBS snapshots of volumes and stores them on S3 (uses iSCSI protocol)

Tape Gateways - mimics traditional tape backup infrastructure

17
Q

What are the two pricing options for Snowball?

A

80TB - $250 (stores up to 72TB)

50TB - $200 (stores up to 42TB)

Note: You can keep Snowball for 10 days without incurring extra costs (each additional day costs $15)

18
Q

Which S3 storage classes are most cost-effective for infrequently accessed data that can’t be easily replaced?

A

STANDARD_IA

GLACIER

19
Q

Which types of AWS Storage Gateway let you connect your servers to block storage using the iSCSI protocol?

A

Tape
Volume

Note: The file gateway supports NFS.