Amazon Simple Storage Service (S3) | S3 Standard - Infrequent Access Flashcards

1
Q

How am I charged for using Versioning?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

Normal Amazon S3 rates apply for every version of an object stored or requested. For example, let’s look at the following scenario to illustrate storage costs when utilizing Versioning (let’s assume the current month is 31 days long):

1) Day 1 of the month: You perform a PUT of 4 GB (4,294,967,296 bytes) on your bucket.
2) Day 16 of the month: You perform a PUT of 5 GB (5,368,709,120 bytes) within the same bucket using the same key as the original PUT on Day 1.

When analyzing the storage costs of the above operations, please note that the 4 GB object from Day 1 is not deleted from the bucket when the 5 GB object is written on Day 15. Instead, the 4 GB object is preserved as an older version and the 5 GB object becomes the most recently written version of the object within your bucket. At the end of the month:

Total Byte-Hour usage

[4,294,967,296 bytes x 31 days x (24 hours / day)] + [5,368,709,120 bytes x 16 days x (24 hours / day)] = 5,257,039,970,304 Byte-Hours.

Conversion to Total GB-Months

5,257,039,970,304 Byte-Hours x (1 GB / 1,073,741,824 bytes) x (1 month / 744 hours) = 6.581 GB-Month

The fee is calculated based on the current rates for your region on the Amazon S3 Pricing Page.

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

What is S3 Standard - Infrequent Access?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

Amazon S3 Standard - Infrequent Access (Standard - IA) is an Amazon S3 storage class for data that is accessed less frequently, but requires rapid access when needed. Standard - IA offers the high durability, throughput, and low latency of Amazon S3 Standard, with a low per GB storage price and per GB retrieval fee. This combination of low cost and high performance make Standard - IA ideal for long-term storage, backups, and as a data store for disaster recovery. The Standard - IA storage class is set at the object level and can exist in the same bucket as Standard, allowing you to use lifecycle policies to automatically transition objects between storage classes without any application changes.

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

Why would I choose to use Standard - IA?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

Standard - IA is ideal for data that is accessed less frequently, but requires rapid access when needed. Standard - IA is ideally suited for long-term file storage, older data from sync and share, backup data, and disaster recovery files.

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

What performance does S3 Standard - Infrequent Access offer?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

S3 Standard - Infrequent Access provide the same performance as S3 Standard storage.

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

How durable is Standard - IA?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

S3 Standard - IA is designed for the same 99.999999999% durability as Standard and Amazon Glacier. Standard - IA is designed for 99.9% availability, and carries a service level agreement providing service credits if availability is less than our service commitment in any billing cycle.

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

How available is Standard - IA?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

Designed for 99.9% availability, Standard - IA has a thinner front end that provides nine one-hundredths of a percent less availability than S3 Standard. Standard - IA carries a service level agreement providing service credits if availability is less than our service commitment in any billing cycle.

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

How do I get my data into Standard - IA?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

There are two ways to get data into Standard – IA from within S3. You can directly PUT into Standard – IA by specifying STANDARD_IA in the x-amz-storage-class header. You can also set lifecycle policies to transition objects from Standard to Standard - IA.

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

Are my Standard - IA objects backed with the Amazon S3 Service Level Agreement?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

Yes, Standard - IA is backed with the Amazon S3 Service Level Agreement, and customers are eligible for service credits if availability is less than our service commitment in any billing cycle.

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

How will my latency and throughput performance be impacted as a result of using Standard - IA?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

You should expect the same latency and throughput performance as Amazon S3 Standard when using Standard - IA.

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

How am I charged for using Standard - IA?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

Please see the Amazon S3 pricing page for general information about Standard - IA pricing.

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

What charges will I incur if I change storage class of an object from Standard-IA to Standard with a copy request?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

You will incur charges for an Standard-IA copy request and a Standard-IA data retrieval.

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

Is there a minimum duration for Standard - IA?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

Standard - IA is designed for long-lived, but infrequently accessed data that is retained for months or years. Data that is deleted from Standard - IA within 30 days will be charged for a full 30 days. Please see the Amazon S3 pricing page for information about Standard - IA pricing.

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

Is there a minimum object size for Standard - IA?

S3 Standard - Infrequent Access

Amazon Simple Storage Service (S3) | Storage

A

Standard - IA is designed for larger objects and has a minimum object size of 128KB. Objects smaller than 128KB in size will incur storage charges as if the object were 128KB. For example, a 6KB object in S3 Standard - IA will incur S3 Standard - IA storage charges for 6KB and an additional minimum object size fee equivalent to 122KB at the S3 Standard - IA storage price. Please see the Amazon S3 pricing page for information about Standard - IA pricing.

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