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?

18
Q

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

19
Q

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

20
Q

How can S3 be used to host a static website?

21
Q

What is bucket versioning in S3?

22
Q

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

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?

25
What must be done in order to enable replication in S3?
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
Is replication in S3 sync or async?
Async
27
Can you replicate across accounts in S3?
Yes
28
What are the use cases for replication in S3?
29
How can you replicate existing objects in S3?
30
How does replication in S3 work with DELETES?
31
Can you chain replication in S3?
32
What are the Storage Classes in S3?
33
How can you change the storage class in S3?
34
What is the durability of S3?
35
What is the availability of S3?
36
What is "S3 Standard - General Purpose" storage class in S3?
37
What is "S3 Standard - Infrequent Access" storage classes in S3?
38
What are the "S3 Glacier" storage classes in S3?
39
What is "S3 Intelligent Tiering" storage class in S3?
40
Do you set the storage class for buckets or objects in S3?
Objects (but you can automate moving objects between tiers using Lifecycle Rules