Simple Storage Service (S3) Flashcards

1
Q

What is an S3 Bucket?

A

Root level folder of storage organization in S3. Must select region, but cannot specify which availability zone, when creating bucket. Can create folders within buckets. with a parent/child relationship.

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

Deep Glacier

A
  1. Lowest cost long term storage for items accessed rarely in a year or required to be stored for long periods of time due to regulatory compliance. Objects replicated across at least 3 AZ’s
  2. Must be able to accept 12 to 48-hour first byte latency for retrieval.
  3. 99.999999999% Object durability (AKA 11x9 or 11 9’s)
  4. 99.99% Object availability (AKA 4x9)
  5. Cheapest storage option
  6. Minimum storage duration is 180 days
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Glacier

A
  1. Very low-cost, long-term archival storage. Data not immediately available when requested (minutes to 12 hours, but can pay for faster access). Technically not a storage class. Objects replicated across at least 3 AZ’s
  2. Cannot move objects into here immediately.
  3. 99.999999999% Object durability (AKA 11x9 or 11 9’s)
  4. 99.99% Object availability (AKA 4x9)
  5. Very low-cost S3 storage class
  6. Minimum storage duration is 90 days
  7. Retrieval fees apply and are per GB
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Glacier Retrieval

A

Expedited retrieval: 1-5 minutes, good for active archives

Standard retrieval: 3-5 hours, good for long term analytics

Bulk retrieval: 5-12 hours, lowest cost.

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

Intelligent Tiering Storage Class

A
  1. Designed to optimize costs by automatically moving data to the most cost-effective tier based on usage patterns. Objects replicated across at least 3 AZ’s
  2. 99.999999999% object durability (AKA eleven 9’s or 11x9)
  3. 99.90% Object availability
  4. Pricing depends on the assigned storage class
  5. Minimum storage duration is 30 days and per object fees apply for monitoring and automation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

One Zone - IA (Infrequent Access) Storage Class

A
  1. Designed for objects that you do not access frequently, but must be available immediately when accessed (uses one availability zone).
  2. 99.999999999% object durability (AKA eleven 9’s or 11x9) within 1 Availability Zone
  3. 99.50% Object availability
  4. Is about 20% less expensive than the standard - IA storage class
  5. Minimum storage duration is 30 days
  6. Minimum billable object size is 128KB
  7. Retrieval fees apply and are per GB

Use Cases: It’s a good choice for storing secondary backup copies of on-premises data or easily re-creatable data. You can also use it as cost-effective storage for data that is replicated from another AWS Region using S3 Cross-Region Replication.

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

S3 Pricing

A

Volume based discounts available. Tiered pricing means pay less per GB.

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

Reduced Redundancy Storage Class

A
  1. S3 storage option that enables customers to store noncritical, reproducible data at lower levels of redundancy than Amazon S3’s standard storage
  2. 99.99% durability
  3. 99.99% availability
  4. While other storage classes (except One Zone - IA) are designed to sustain the loss of 2 AZ’s, RRS is designed to sustain the loss of 1 AZ.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Standard Storage Class

A
  1. Designed for general, all purpose and frequently accessed data storage. Objects replicated across at least 3 AZ’s
  2. Default storage option
  3. 99.999999999% object durability (AKA eleven 9’s or 11x9)
  4. 99.99% Object availability (AKA 4x9)
  5. Is the most expensive storage class
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Standard - IA (Infrequent Access) Storage Class

A
  1. Designed for objects that you do not access frequently, but must be available immediately when accessed. Objects replicated across at least 3 AZ’s
  2. 99.999999999% object durability (AKA eleven 9’s or 11x9)
  3. 99.90% Object availability
  4. Less expensive than standard storage class
  5. Minimum storage duration is 30 days
  6. Minimum billable object size is 128KB
  7. Retrieval fees apply and are per GB

Use Case: The combination of low cost and high performance make S3 Standard-IA ideal for long-term storage, backups, and as a data store for disaster recovery files.

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

What is Transfer Acceleration?

A

Secure, fast transfers of files over long distances between client and S3 bucket. Uses CloudFront’s edge locations.

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

What is S3?

A

Simple Storage Service: Online, bulk storage service used to store and retrieve any amount of data, at any time, from anywhere on the earth. Any file type can be uploaded to S3.

Comes with multiple storage classes and associated pricing levels

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

S3 Bucket Naming Requirements

A
  1. Name of bucket must be unique across all of AWS
  2. 3 to 63 characters in length
  3. Can only contain lowercase numbers, letters, and hyphens
  4. Must not be formatted as IP addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the S3 Storage Class Options?

A
  1. Standard
  2. Standard - Infrequent Access
  3. One Zone - Infrequent Access
  4. Intelligent Tiering
  5. Glacier

Default storage class is Standard

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

By default, is an object publicly available?

A

No, it must be explicitly made publicly available to be accessed via a URL.

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

By default, is an object versioned?

A

No, versioning must be configured.

17
Q

What is an object lifecycle policy?

A

A mechanism to set timetables for objects to be moved between different storage classes (similar to intelligent tiering).

18
Q

What are the key benefits of S3?

A
  1. Extremely durable, reliable, and scalable.
  2. Secure: Offers three different types of encryption
  3. Integrates with almost all other AWS services
  4. Can run big data analytics directly on objects in S3
  5. Easy to get data in and out of S3
  6. Robust admin and access management options available