S3 101 Flashcards

1
Q

What does S3 stand for?

A

Simple Storage Service

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

What is S3 used for?

A

S3 provides developers + IT teams w/ secure, durable, highly-scalable object storage.

Retrieve and store ANY amount of date form ANYWHERE on the web

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

What type of storage does S3 use?

A

S3 uses Object-based storage.. I.E.: it allows you to upload files

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

What is the maximum allowable storage you can have in S3 for a single object?

A

S3 files can be from 0 Bytes to 5 TB

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

What is the maximum allowable storage you can have in S2 in total?

A

The total volume of data and number of objects you can store are unlimited.

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

What are S3 buckets?

What are S3 buckets used for?

A

S3 buckets store files.

–Think of them like a file folder–

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

What type of namespace does S3 use?

A

S3 uses a universal namespace.

That is names must be globally unique

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

You go into the AWS console and want to make a bucket called ‘testbucket’ in the Japanese region.

Why won’t AWS let you do this?

A

Bucket names are Global not Regional.

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

When you successfully upload a file to S3, what will you receive back?

A

an HTTP 200 code

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

What are the components of an S3 object?

What do each of these components represent?

A

An S3 object consists of the following:

  1. Key - The Name of the Object
  2. Value - The data, made up of a sequence of bytes
  3. Version ID - Important for versioning / version control
  4. Metedata - data about data you are storing
  5. Subresources - Access Control List, Torrent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the data consistency mode in S3?

A

Read After Write Consistency.

Strong Consistency for everything

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

For what % availability was the S3 platform built?

A

99.99%

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

What % availability does Amazon guarantee for S3 Standard?

A

99.9%

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

What % durability does Amazon guarantee for S3 Standard Information?

A

99.999999999% (11 9’s)

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

What is the availability of S3-OneZone-IA?

A

99.50%

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

What are the key features of S3?

A

Key Features are:

  1. Versioning
  2. MFA Delete
  3. LifeCycle Management
  4. Tiered Storage
  5. Secure Data Using Access Control Lists and Bucket Policies
17
Q

What are the key features of S3 Standard?

A

1) 11 9s Durability
2) Redundancy Stored redundantly across multiple devices in multiple facilities, designed to sustain the loss of 2 facilities concurrently

18
Q

What does the “IA” stand for in “S3-IA”?

A

IA = Infrequently Accessed

19
Q

What type of data is best stored in S3-IA?

A

S3-IA is best for data that is not accessed frequently but requires rapid access when needed.

20
Q

What is the pricing structure of S3-A1A?

Specifically how does it differ from that of S3 Standard?

A

S3-IA has a lower based storage fee than S3 Standard.

However, S3-IA charges a retrieval fee

21
Q

What are the key differences between S3-IA and S3 One Zone-IA?

A

Compared to S3-IA, S3 One Zone-IA has a lower cost but less durability.

S3 One Zone-IA is a lower cost options for IA data.
S3 One Zone-IA does not give the multiple Availability Zone resilience of S3 Standard and S3 IA

22
Q

What is S3-Intelligent Tiering?

A

S3 Intelligent tiering uses LM and is designed to optimize cost by automattically moving data to the most cost-effective access tier, without performance impact or operational overhead.

–Basically it’s the autopilot mode for S3 tiering –

23
Q

How does the pricing model work for S3 Intelligent Tiering?

A

Very Similar to S3 Standard –Except–

You have access to IA which is less expensive.
There is a monitoring / automation cost per thousand objects per month

24
Q

What is Glacier primarily used for?

A

S3 Glacier is mostly used for data archival at low-cost

25
Q

How long does it take to retrieve something from S3 Glacier?

A

Retrieval times from S3 Glacier are configurable and range from minutes to hours