S3 Flashcards

1
Q

S3 standard

A

General-purpose storage of frequently accessed data

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

S3 intelligent tiering

A

For data with unknown or changing access patterns, durability of 99.999999999% of objects across multiple Availability Zones, 99.9% availability

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

S3 standard IA

A

long-lived but less frequently accessed data but rapid access when needed, lower cost than standard with same durability and availability

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

S3 one zone IA

A

accessed less frequently but rapid access when needed, only in a single availability zone so costs 20% less than standard IA. Availability 99.5%

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

S3 Glacier Deep archive

A

lowest cost storage class for data that may be accessed once or twice a year, for data that must be retained for a number of years, stored across at least 3 geographically dispersed availability zones with 99.999999999% durability, restored w/in 12 hours

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

How is S3 data organized?

A

key-based object store

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

Region

A

made up of multiple availability zones

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

Availability Zone

A

One datacenter, a min of 3 AZs in a region

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

Do prices vary based on region?

A

Yes, charges are less where costs are less

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

How do charges for versioning work?

A

You are charged for every version of an object stored or requested.

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

What ways are available to control access to data in S3?

A
  1. IAM policies
  2. Bucket policies
  3. Access Control Lists
  4. Query String Authentication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Encryption options

A
  1. SSE-S3
  2. SSE-C
  3. SSE-KMS
  4. Amazon S3 Encryption Client
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

SSE-S3

A

integrated solution where Amazon does key mgmt and protection

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

SSE-C

A

S3 does the encryption and decryption of the objects but the client keeps the keys

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

SSE-KMS

A

The AWS Key Management Service manages the keys

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

S3 Encryption Client

A

A client library that lets the client manage the keys and do the encryption and decryption of the objects client-side

17
Q

VPC Endpoint

A

A logical entity in a VPC that allows connection to S3, the endpoint routes requests to S3 and responses back to the VPC

18
Q

Consistency

A

Read after write (immediate) for puts of new objects

Eventual for overwrite puts and deletes

19
Q

Transfer acceleration

A

Speeds up transfer of files across long distances b/t user and bucket. Uses CloudFront globally distributed edge locations.

20
Q

Edge location

A

Used for transfer acceleration, does not save data