How does per GB billing work on S3 AWS?

0

How does per GB billing work on S3 AWS?

Am I charged for the total GB I have stored during the month? Or am I also charged for the GB I sent but then deleted?

I ask this question because I'm studying a scenario where I will temporarily have data in a bucket, but later I will copy the data from one bucket to another, and remove the file from the original bucket (same account).

For example, for 5 minutes I had 1GB in one bucket, and 1GB in the other. But after that it removes 1GB from the origin.

At the end of the month, am I charged for that 1GB that stayed 5 minutes in the original bucket?

2개 답변
0
수락된 답변

Hello.
In such cases, calculations will be made on a pro-rated basis.
So I thought the fee would be further divided by time from the daily rate.

https://aws.amazon.com/s3/faqs/?nc1=h_ls

Storage Example:

Assume you store 100 GB (107,374,182,400 bytes) of data in Amazon S3 Standard in your bucket for 15 days in March, and 100 TB (109,951,162,777,600 bytes) of data in Amazon S3 Standard for the final 16 days in March.

At the end of March, you would have the following usage in Byte-Hours: Total Byte-Hour usage = [107,374,182,400 bytes x 15 days x (24 hours / day)] + [109,951,162,777,600 bytes x 16 days x (24 hours / day)] = 42,259,901,212,262,400 Byte-Hours. Calculate hours based on the actual number of days in a given month. For example, in our example we are using March which has 31 days or 744 hours.

Let's convert this to GB-Months: 42,259,901,212,262,400 Byte-Hours / 1,073,741,824 bytes per GB / 744 hours per month = 52,900 GB-Months

This usage volume crosses two different volume tiers. The monthly storage price is calculated below assuming the data is stored in the US East (Northern Virginia) Region: 50 TB Tier: 51,200 GB x $0.023 = $1,177.60 50 TB to 450 TB Tier: 1,700 GB x $0.022 = $37.40

Total Storage cost = $1,177.60 + $37.40 = $1,215.00

profile picture
전문가
답변함 9달 전
profile picture
전문가
검토됨 9달 전
profile pictureAWS
전문가
검토됨 9달 전
profile pictureAWS
전문가
검토됨 9달 전
0

I do believe S3 measures charges in TimeStorage-ByteHrs so it would reflect in the grand scheme at the end of the month. You may also want to be conscious of transfer charges between buckets if they are in different regions.

profile pictureAWS
전문가
David
답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠