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 Respostas
0
Resposta aceita

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
ESPECIALISTA
respondido há 9 meses
profile picture
ESPECIALISTA
avaliado há 9 meses
profile pictureAWS
ESPECIALISTA
avaliado há 9 meses
profile pictureAWS
ESPECIALISTA
avaliado há 9 meses
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
ESPECIALISTA
David
respondido há 9 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas