Calculating Data Transfer Costs for Downloading Files from an S3 Bucket

0

Hello,

I have 28 MP4 files, each of 1GB, stored in my S3 (Standard) bucket. So, the total storage size is 28GB.

If I were to select all these MP4 files and download them, how much would it cost in total?

Based on the Data Transfer cost, I calculated the cost to be 3.53 USD as follows:

Outbound Internet: 28 GB x 0.126 USD per GB = 3.53 USD Data Transfer cost (monthly): 3.53 USD

여기에 이미지 설명 입력

Thank you!

JH
asked 2 months ago222 views
1 Answer
0
Accepted Answer

Hi,

Yes, your calculation is correct for data transfer out of the AWS Cloud. To be fully complete, you'd have to add the costs of API calls charged at $0.01 per 1'000 request. See https://aws.amazon.com/s3/pricing/

On data transfer, see this example at https://aws.amazon.com/s3/faqs/#Billing

Data Transfer Out Example:
Assume you transfer 1 TB of data out of Amazon S3 from the US East (Northern Virginia) 
Region to the internet every day for a given 31-day month. Assume you also transfer 1 TB 
of data out of an Amazon EC2 instance from the same Region to the internet over the same 
31-day month.

Your aggregate Data Transfer would be 62 TB (31 TB from Amazon S3 and 31 TB from 
Amazon EC2). This equates to 63,488 GB (62 TB * 1024 GB/TB).

This usage volume crosses three different volume tiers. The monthly Data Transfer Out 
charge is calculated below assuming the Data Transfer occurs in the US East (Northern 
Virginia) Region:
10 TB Tier: 10,239 GB (10×1024 GB/TB – 1 (free)) x $0.09 = $921.51
10 TB to 50 TB Tier: 40,960 GB (40×1024) x $0.085 = $3,481.60
50 TB to 150 TB Tier: 12,288 GB (remainder) x $0.070 = $860.16

Total Data Transfer Out charge = $921.51+ $3,481.60 + $860.16= $5,263.27

Best,

Didier

profile pictureAWS
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago
  • JH, thanks for accepting my answer

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions