S3 Flashcards

1
Q

Buckets must have a ___ unique name

A

Globally

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

Buckets are defined at the ___ level

A

Region

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

Max Object size in S3

A

5TB

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

If uploading more than 5GB, must use ___

A

Multi-part upload

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

Versioning is enabled at the ____

A

Bucket level

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

Any file that is not versioned prior to enabling versioning will have version ___

A

Null

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

Encrypts S3 objects using keys handled & managed by AWS

A

SSE-S3

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

Leverage KMS to manage encryption keys

A

SSE-KMS

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

Manage your own encryption keys

A

SSE-C

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

HTTPS must be used for this encryption

A

SSE-C

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

SSE-C encryption key must be provided in ___ for every request

A

HTTP headers

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

Clients must encrypt data themselves before sending to S3

A

Client Side Encryption

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

An IAM principal can access S3 object if

A
  • User IAM permissions allow it OR resource policy allows it

- AND there’s no explicit DENY

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

Bucket wide rules from the S3 console - allows cross account

A

Bucket Policies

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

If you receive 403 forbidden error, make sure ____

A

Bucket policy allows public reads

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

Read after write consistency for ___ of ___ objects

A

PUTS; New

17
Q

Eventual Consistency for ____ of ___ objects

A

DELETES & PUTS; Existing