S3 Flashcards

1
Q

What’s the max object size possible in S3?

A

5TB

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

T/F: A bucket name must be globally unique

A

True, all AWS accounts share a global namespace

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

What is the availability of S3?

A

99.95%-99.99%, depending on the tier

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

What is the durability of S3?

A

11-9’s durability

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

How do you make a bucket public?

A

Create a bucket policy that allows everyone to do something

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

T/F: you can host dynamic websites using S3

A

False, you can only host static websites (ones that aren’t connected to a DB)

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

How do you scale your static website with S3?

A

You don’t have to do anything, S3 will do it automatically

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

What are the advantages of versioning?

A
  1. All versions of an object are stored in S3, even if you delete an object
  2. It’s a great backup tool
  3. Cannot be disabled once enabled, only suspended
  4. Can be integrated with lifecycle rules
  5. Supports MFA
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you restore a deleted S3 object that has versioning enabled?

A

View the versions, and delete the delete marker which was created when the object was first deleted

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

When would you opt to use S3 Standard?

A
  1. High availability and durability
  2. Frequently accessed data
  3. Static websites, content distribution, mobile/gaming apps, big data analytics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When would you opt to use S3 Standard-IA?

A
  1. High availability/durability
  2. When you have data you access infrequently, but need rapid access
  3. When you want cheaper storage at the expense of a retrieval fee
  4. Perfect for long-term storage, backups, disaster-recovery
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the pros and cons of S3 One Zone-IA compared to S3 Standard-IA?

A
  1. Costs 20% less
  2. Better suited/cheaper for infrequently-accessed, non-critical data (because it is only stored in one AZ)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which S3 solution would you use when you

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