Introduction to S3 Flashcards

1
Q

What is S3?

A

Secure, durable, highly-scalable object storage.

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

Can you host simple websites in S3?

A

Yes. S3 can host static web content.

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

Is S3 object or block storage?

A

Object

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

How does AWS host and scale data in the S3 service?

A

Data is spread across multiple devices and facilities.

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

What file size restrictions does S3 have? (how small/large can an object be?)

A

0 bytes to 5TB

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

Can two accounts have the same S3 bucket name?

A

No. S3 buckets are universal and each must be unique.

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

what HTTP code is given after a successful upload to S3?

A

200

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

what is the data consistency for PUTS of new objects?

A

read after write

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

What is the data consistency for overwrite PUTS and DELETES

A

Eventual consistency (can take some time to propagate)

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

How is data organized in S3

A

Key Value pairs

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

What is a Key in S3 object’s key/value pair?

A

The name of the file

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

What is the Value of an S3 object’s key/value pair?

A

The data of the object

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

In S3, how are file versions kept track of?

A

Version ID

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

In S3, can you add additional information about objects? How

A

Metadata. Usually as tags.

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

In S3, what is a subresource of an object?

A

bucket policies
cross origin resource sharing
transfer accelleration

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

What is S3’s availability design?

17
Q

What does Amazon gaurentee for S3 availabiltiy?

A

99.9%. S3 is designed for 99.99% (4x9), but gaurenteed at 99.9% (3x9).

18
Q

What is Amazon gaurentee for S3 durability?

A

99.999999999% (11x9)

19
Q

What is the difference between availability and durability?

A

Availability is the ability for data to be retrievable

Durability is protection from data loss or corruption

20
Q

How many availability zone losses can S3 sustain?

A

2 concurrent availability zones.

21
Q

Which S3 storage class is used for less frequently accessed data that still requires rapid access?

A

S3 - IA (Infrequently Accessed)

22
Q

True or False: S3 - IA has retrieval fees?

A

True. Storage costs are lower than S3 standard, but come with a retrival fee when accessed.

23
Q

What is S3 - One Zone?

A

Same as IA, but data is stored in a single availability zone, reducing availabilty to 99.5%. Lower storage cost

24
Q

How much cheaper is S3 - One Zone than S3 - IA

A

20% cheaper

25
What is Glacier?
Very cheap data archival service.
26
What is the standard retrieval time for Glacier?
3-5 hours
27
What are the object storage classes that exist in AWS?
``` S3 standard S3 standard IA S3 onezone IA Glacier RRS - Reduced Redundancy Service; this is being depricated, and may or may not appear on the exam. ```
28
What S3 charges are there?
``` Storage per GB Requests Storage management Egress Transfer acceleration ```
29
What is S3's storage limit
There is no limit on storage, only file sizes
30
Can you install operating systems or other software onto S3?
No.
31
What are S3 storage instances called?
Buckets
32
What is the use case for S3 standard?
need for durable, immediatly available and frequently accessed data
33
What are the core fundamental of an S3 object?
``` Key Value Version ID Metadata Subresources ```
34
True or False, you should read the S3 FAQ?
True. https://aws.amazon.com/S3/faqs