Storage Technologies Flashcards

1
Q

Where are S3 buckets defined?

A

At the region level

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

Can you use uppercase or underscore in an S3 name?

A

No

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

Can the S3 object start with the prefix xn–?

A

No

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

Can the S3 object end with -s3alias?

A

No

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

What is the KEY in AWS S3?

A

It is the filename including any sub folders under the bucket.

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

What is the PREFIX in AWS S3?

A

They key is composed of all the sub folders.

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

Can you upload files to S3 larger than 5GB?

A

Yes, but you must use multi-part upload.

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

Does suspending versioning delete previous versions?

A

No

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

What version number is given to files that are not versioned prior to enabling versioning?

A

They will have a version “null” value

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

Are existing objects replicated when you enable replication in S3?

A

No, Only new files are replicated.

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

If you want to replicate existing objects in S3 after enabling versioning, what can you use?

A

S3 Batch Replication

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

Are delete markers included in S3 replication?

A

Not by default. This must be enabled.

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

What is S3 Glacier Instant Retrieval?

A

90 day minimum retention
millisecond retrieval
Great for data accessed once a quarter

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

What is S3 Glacier Flexible Retrieval?

A

90 day minimum retention
Expedited - 1 to 5 minutes
Standard - 3-5 hours
Bulk - 5 - 12 hours

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

When using a lifecycle policy, where do you configure objects to transition to another storage class?

A

Using transition actions

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

Can you schedule items to be deleted using lifecycle policies?

A

Yes. This is done using expiration actions.

17
Q

At what file size is multipart upload recommended?

18
Q

How can you retrieve only partial data from an S3 file?

A

You can use AWS Byte Range Fetches

19
Q

What can you use in S3 to retrieve less data by using SQL to perform server-side filtering?

A

S3 SELECT or GLACIER SELECT

20
Q

What is SSE-S3 encryption?

A

This is enabled by default and uses AWS managed keys

21
Q

What is SSE-KMS?

A

This is when you want to leverage KMS to manage encryption keys

22
Q

What is SSE-C?

A

When you want to manage your own encryption keys.

23
Q

How can you force TLS encryption in S3?

A

Use a buckey policy to deny any getObject requests that have a condition of secureTransport = “false”

24
Q

What is a good use case for S3 access points?

A

When you have folders in a bucket that you want to limit access to. You can have an access point for each folder that ties back to a specific group of users. This simplifies S3 management.

25
What is an access point policy?
It is similar to a bucket policy and allows you to manage security at scale.
26
When you want to connect privately to an S3 access point from a VPC, what needs to be done?
A VPC endpoint must be created to it can access the access point (VPC origin)
27
What are good use cases for S3 Object Lambdas?
PII redaction, watermarking, and data transformation.
28
What protocol does AWS EFS use?
NFS
29
Does EFS scale automatically?
Yes
30
When is performance mode set for EFS?
When you create the EFS volume
31
Can EFS support multiple AZs?
Yes
32