Amazon S3 Flashcards

(19 cards)

1
Q

Amazon S3 use cases

A

Backup and storage, disaster recovery, archive, hybrid cloud storage, application hosting, media hosting, data lakes

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

Amazon S3 buckets

A

created in a region, allows you to store objects (files)

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

Amazon S3 objects

A

Objects have a key that is prefix + object name

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

Bucket naming

A

bucket names must be unique across all regions and users across AWS

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

S3 user based security

A

IAM policies (which API calls should be allowed for a specific user from IAM)

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

S3 Bucket policies

A

JSON based policies which specify who/what can access what objects (eg. can use to give public access to bucket)

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

Amazon S3 versioning

A

Enabled at bucket levels, protects against unintended deletes and allows for rollback

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

Cross region replication

A

Asynchronous replication of buckets across regions

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

Same region replication

A

Asynchronous replication of buckets within same region

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

CRR use case

A

compliance, lower latency access, replication across accounts

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

SRR use case

A

log aggregation, live replication between prod and test accounts

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

Does permanent delete work across replica s3 buckets?

A

No, only delete markers are replicated, not deletes

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

What is durability?

A

How often an object will be lost

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

What is availability?

A

How readily available a service is

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

S3 Standard - General Purpose

A

Used for frequently accessed data, low latency, high throughput

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

S3 Infrequent Access

A

Data that is less frequently accessed but requires rapid access when needed, lower cost than S3 standard

17
Q

S3 Glacier Storage Classes

A

Low cost object storage meant for archiving / backup, price for storage + object retrieval cost

18
Q

S3 Intelligent Tiering

A

Moves objects automatically between Access Tiers based on usage, no retrieval charge

19
Q

You have enabled versioning in your S3 bucket which already contains a lot of files. Which version will the existing files have?