S3 Flashcards

1
Q

What is the total amount of storage you get with S3?

A

Unlimited

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

Objects stored in S3 can be up to _____ in size.

A

5 TB

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

Names of S3 buckets need to be unique…
a) within the AZ
b) within the region
c) globally

A

c) globally

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

What is the default s3 storage class?

A

S3 Standard

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

What does S3 Lifecycle Management do?

A

It automates moving objects between different storage tiers, thereby optimizing costs.

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

What are 3 ways to secure your data in S3?

A
  1. Server-Side Encryption
  2. Access Control Lists (ACLs)
  3. Bucket Policies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Object ACLs work on:
a) an individual object level
b) an entire bucket level

A

a) an individual object level

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

TRUE or FALSE?
S3 buckets are private by default

A

TRUE

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

TRUE or FALSE?
Once enabled, S3 versioning cannot be disabled.

A

TRUE - versioning can only be suspended

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

How can you prevent objects in S3 from being accidentally deleted?

A

Enable MFA

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

If versioning is turned on, how do you restore a deleted S3 object?

A

Delete the delete marker.

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

What are some possible use cases for S3 Standard - Infrequently Accessed? (3)

A

Backups
Long-term storage
Disaster recovery files

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

TRUE or FLASE?
S3 Standard - IA provides rapid access

A

TRUE

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

What kind of data is S3 One Zone Infrequent Access best used for? (3 things)

A

Long-lived, infrequently accessed, non-critical data

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

What S3 storage class would you use if you have both frequent and infrequently accessed data?

A

S3 Intelligent Tiering

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

What storage service would you use to archive your data?

A

Glacier

17
Q

What are the 3 Glacier storage options?

A

Glacier Instant Retrieval
Glacier Flexible Retrieval
Glacier Deep Archive

18
Q

What is the cheapest storage class?

A

Glacier Deep Archive

19
Q

Retrieval time from Glacier Flexible Retrieval can be from a few minutes up to ___ hours.

A

12 hours

20
Q

TRUE or FLASE?
S3 Lifecycle Management can only be applied to current versions of objects.

A

FALSE - can be applied to current and previous versions.

21
Q

What’s the difference between Governance mode and Compliance mode S3 Object Lock Modes?

A

In Governance mode, some users have special permissions that allow them to overwrite or delete an object version or change the lock settings.

In Compliance mode no one has these permissions, not even the root user.

22
Q

What’s the difference between a legal hold and a retention period?

A

A legal hold doesn’t have a time period associated with it. It remains in effect until removed.

23
Q

What is the WORM model?

A

Write Once Read Many

24
Q

What does Glacier Vault Lock do?

A

Applies the WORM model to Glacier

25
Q

TRUE or FALSE?
S3 Object Lock can only be applied to the bucket as a whole.

A

FALSE - it can be applied on the bucket or individual object level.

26
Q

How can you get better performance out of S3 in terms of reads?

A

Spread the reads across different prefixes.

27
Q

How can you increase performance when uploading files to S3?

A

Use multipart uploads. (This takes a big file, splits it into parts, and uploads them in parallel.)

28
Q

How can you increase performance when downloading to S3?

A

Use S3 Byte-Range Fetches

29
Q

What is an S3 prefix?

A

The folders and subfolders in the S3 bucket.

30
Q

TRUE or FALSE?
With S3 Standard-IA, accessing the data is free.

A

FALSE

31
Q

How long does it take to retrieve your data from Glacier Flexible Retrieval?

A

A few minutes to 12 hours.

32
Q

What’s the standard retrieval time for Glacier Deep Archive?

A

12 hours

33
Q

What’s the bulk retrieval time for Glacier Deep Archive?

A

48 hours

34
Q

If a question asks about WORM and S3, think of…

A

S3 Object Lock

35
Q

If a question asks about WORM and Glacier, think of…

A

S3 Glacier Vault Lock

36
Q

Who can place and remove legal holds?

A

Any user who has the s3:PutObjectLegalHold permission.

37
Q

TRUE or FALSE?
All S3 buckets have server side encryption enabled by default.

A

TRUE

38
Q

What are the three different ways to manage keys for S3 server-side encryption at rest?

A

S3-managed
Managed with KMS
Customer managed