S3 Flashcards

1
Q

S3

A
  • Global public service
  • Data hosted in a specific region, and auto replicated across multiple AZ’s
  • Object store. Must replace object to modify file
  • By default, all S3 buckets are private and only accessible to that account
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

S3 Limitations

A
  • CANNOT mount S3 to instances
  • Max object size is 5TB
  • Cannot upload more than 5Gb at a time (need to use multi part upload)
  • Bucket name must be globally unique
  • 100 buckets per account (soft limit), 1000 buckets hard limit
  • ## Cant create buckets for users (per above limitation)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Cross Origin Resource Sharing (CORS)

A

Bucket configuration to allow client web applications on one domain to request for objects in another domain.

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

S3 MFA-Delete

A

Requires a root user to configure MFA-Delete setting. This means users must perform MFA validation to permanently delete an object version, and/or suspend versioning on the bucket.

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

S3 Cross Region Replication

A

Asynchornous replication to another bucket. MUST have versioning enabled.
Use cases: compliance, lower latency access, replication across accounts

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

S3 Lifecycle Configuration

A

Transition Actions: change storage class of data
Expiration Actions: expire objects or versions of objects.
Minimum of 30 days before transition

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

S3 Select and Glacier Select

A

Getting specific set of data by using SQL and server side filtering to reduce data download and time taken

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

Origin Access Identity

A

You can configure an S3 bucket as the origin of a CloudFront distribution. OAI prevents users from viewing your S3 files by simply using the direct URL for the file. Instead, they would need to access it through a CloudFront URL.

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