Storage (S3) Flashcards

1
Q

What are the minimum and maximum sizes of files that can be stored on S3?

A

0 bytes to 5 TB

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

Glacier retrieval times are configurable in what range?

A

Minutes to hours

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

How long can the Glacier Deep Archive retrieval times be?

A

12 hours or more

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

What are the components of an S3 object?

A

A key and a value
The value consists of a data blob, a version ID, any metadata (eg tags), and subresources
Subresources are bucket specific and can include bucket policies, CORS, and transfer acceleration

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

What is the difference between a bucket policy and an access control list?

A

Bucket policies are applied to entire buckets, whereas access control lists are applied at the object level

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

Name the six S3 storage classes

A

a) standard
b) infrequent access
c) one zone infrequent access
d) intelligent tiering
e) glacier
f) glacier archive

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

How many read requests can S3 process per second? How many write requests?

A

5,500 read requests per second

3,500 write requests per second

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

Which cipher does AWS use for server-side encryption of S3 buckets?

A

256-bit Advanced Encryption Standard (AES-256)

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

What is the url format for static websites hosted on S3?

A

http:bucketname.s3-website-region.amazonaws.com

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

What is the maximum object size that can be uploaded into S3 via a single PUT operation using the SDKs, REST API, or CLI? What about via a multipart upload?

What about via the console?

A

5 GB, 5 TB

160 GB

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

Which three encryption methods are supported in S3?

A

a) SSE-C (customer managed)
b) SSE-S3 (using S3 managed keys)
c) SSE-KMS (using customer managed keys)

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