Amazon S3 Introduction Flashcards

1
Q

What are Amazon S3 use cases?

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

What are S3 Buckets?

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

Is S3 a global or regional service?

A

It is a regional service

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

What are S3 Objects? And what is the key to an object?

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

What is the Key of an Object in S3?

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

What are the parts of a Key of an Object in S3?

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

What is the Value of an Object in S3? And what is the maximum size allowed?

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

What is the Metadata of an Object in S3?

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

What are the types of security available in S3?

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

What are the three types of resource-based (bucket) security available in S3?

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

What are the conditions where an IAM principal can access an object in S3?

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

Is encryption available in S3?

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

What are S3 Bucket Policies?

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

What are the reasons to create an S3 Bucket Policy?

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

How would you give public access to a Bucket in S3?

A

First change the bucket settings to unblock public access to the bucket

Then create a bucket policy to allow s3:GetObject access to everyone for all objects in the bucket (add “/*” after the ARN)

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

How would you give an IAM user access to a bucket in S3?

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

How would you give a EC2 instance access to a bucket in S3?

A
18
Q

How would you give an IAM user in another account (cross-account) access to a bucket in S3?

A
19
Q

What are the bucket settings to block public access in S3?

A
20
Q

How can S3 be used to host a static website?

A
21
Q

What is bucket versioning in S3?

A
22
Q

If bucket versioning is not enabled in S3, what is the version of an object?

A

null

23
Q

If you suspend bucket versioning in S3, what happens to the object versions?

A

They are not deleted

24
Q

What are the options for replication in S3?

A
25
Q

What must be done in order to enable replication in S3?

A

Must enable Versioning in source and destination buckets

Must give proper IAM permissions to S3

NOTE: After you enable Replication, only new objects are replicated

26
Q

Is replication in S3 sync or async?

A

Async

27
Q

Can you replicate across accounts in S3?

A

Yes

28
Q

What are the use cases for replication in S3?

A
29
Q

How can you replicate existing objects in S3?

A
30
Q

How does replication in S3 work with DELETES?

A
31
Q

Can you chain replication in S3?

A
32
Q

What are the Storage Classes in S3?

A
33
Q

How can you change the storage class in S3?

A
34
Q

What is the durability of S3?

A
35
Q

What is the availability of S3?

A
36
Q

What is “S3 Standard - General Purpose” storage class in S3?

A
37
Q

What is “S3 Standard - Infrequent Access” storage classes in S3?

A
38
Q

What are the “S3 Glacier” storage classes in S3?

A
39
Q

What is “S3 Intelligent Tiering” storage class in S3?

A
40
Q

Do you set the storage class for buckets or objects in S3?

A

Objects (but you can automate moving objects between tiers using Lifecycle Rules