Advanced S3 & Athena Flashcards

1
Q

What is the EC2 URL to get the metadata?

A

http://169.254.169.254/latest/meta-data

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

How can MFA-Delete be enabled in S3?

A

You need to be the root user and use the CLI

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

What is the default timeout for S3 pre-signed urls?

A

3600 seconds (1 hour)

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

How do you change the timeout?

A

Use the –expires-in argument

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

What are the 6 S3 storage classes?

A
  • S3 Standard - General Purpose
  • S3 Standard - Infrequent Access (IA)
  • S3 One Zone - Infrequent Access
  • S3 Intelligent Tiering
  • Amazon Glacier
  • Amazon Glacier Deep Archive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the uses cases for S3 Standard?

A

Big data, content distribution

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

What are the use cases for S3 Standard Infrequent Access?

A

Data store for disaster recovery

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

What are the use cases for S3 One Zone - Infrequent Access?

A

Storing secondary backup or data you can recreate

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

What are the 3 retrieval options for Glacier?

A
  • Expedited (1 - 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
10
Q

What are the 2 retrieval options for Glacier Deep Archive?

A
  • Standard (12 hours)

- Bulk (48 hours)

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

What is the minimum storage duration for Glacier?

A

90 days

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

What is the minimum storage duration for Glacier Deep Archive?

A

180 days

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

In Lifecycle rules, what are Transition Actions?

A

They define when objects get transitioned to another class

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

In Lifecycle Rules, what are Expiration Actions?

A

They configure objects to delete at certain times

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

Are Lifecycle Rules at the bucket level?

A

Lifecycle Rules can be applied for a certain prefix or for object tags

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

How do you retrieve deleted objects?

A

Enable S3 Versioning so that you can retrieve it

17
Q

What is S3 Analytics?

A

It is a report that runs daily to determine when to transition objects from standard to IA

18
Q

How many PUT/COPY/POST/DELETE requests per second can we get in S3?

A

3500 per second

19
Q

How many GET/HEAD requests per second can we get in S3?

A

5500 per second

20
Q

How can we filter data server-side in S3?

A

Use S3 Select or Glacier Select

21
Q

What is S3 Requester Pays?

A

It allows you to set the requester of data downloads as the payer. The requester must be authenticated in AWS, cannot be random

22
Q

What is Glacier Vault Lock?

A

It is when you write once, read many. Good for compliance etc