S3 Flashcards

1
Q

What is a requirement for an S3 bucket name?

A

Must have a globally unique name

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

Is a bucket global, region, or AZ bounded?

A

Region

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

Define the key of an object within a bucket.

A

The full path of the object within the bucket (prefix + object name)

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

What is the maximum object size within a bucket and how must large files be uploaded?

A

5tb and if file is larger than 5gb then you must use multi-part upload

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

What kind of policy provides user based security for buckets?

A

IAM policies

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

What are the 3 different resources based policies for S3?

A
  1. Bucket policies
  2. Object access control list
  3. Bucket access control list
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are three use cases of S3 bucket policies?

A
  1. Grant public access to a bucket
  2. Force objects to be encrypted at upload
  3. Grant access to another account
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What S3 feature will not delete past copies of a file if that file is updated?

A

S3 versioning

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

What are the two types of S3 replication? What feature must be enabled to allow for replication?

A
  1. Cross-region (CRR)
  2. Same-region (SRR)
    S3 versioning must be enabled
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Suppose you enable replication for an S3 bucket however it already contains objects, how can you ensure these objects are replicated?

A

Use S3 batch replication

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

True or False: S3 replication is transitive. (a -> b, b -> c, a -> c)

A

False

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

Define ‘durability’ in the context of S3.

A

How often files stored within an S3 bucket will be lost

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

Define ‘availability’ in the context of S3.

A

The uptime of the S3 bucket

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

What are the latency and throughput characteristics (Low/High) of the General Purpose S3 storage tier?

A

Low latency, High throughput

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

What is the use case of the Infrequent Access S3 storage tiers? What is one possible disadvantage of these tiers?

A

For data that is less frequently accessed, but requires rapid access when needed. There is a charge that occurs when accessing data.

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

What is the use case of the Glacier Storage S3 storage tiers?

A

Low cost object storage for archiving/backup

17
Q

What are the three different versions of the Glacier S3 storage tier?

A
  1. Instant retrieval
  2. Flexible retrieval
  3. Deep archive
18
Q

What does S3 Intelligent-Tiering provide?

A

Moves objects automatically between the different access tiers based on usage in exchange for a small monthly monitoring free.