Data Retrieval and Data Transfer OUT in Internet

0

Hi,

I have 32TB of data stored on S3 Standard bucket and would like to make a copy to my on-premise SQL Server (local machine) via SQL Server Integration Services (SSIS).

(1) I am wondering does it count as Data Retrieval or Data Transfer OUT in Internet? (2) If I use aws s3 sync (aws CLI API) to download the data to my hard drive, does it count as Data Retrieval or Data Transfer OUT in Internet? (3) The rate ($0.09/GB) for Data Retrieval or Data Transfer OUT in Internet is the same for S3 Standard plan, I am wondering would it help to reduce the cost (based on my need) if I switch to S3 Standard-IA and perform data retrieval actions?

Wish my questions can be answered. Thank you very much.

2 個答案
1
已接受的答案

The best option with the 32 TB of data is to directly copy from S3 standard to your on-prem server. This will be charged as Data transfer Out. The reason being the data is transferred from S3 to your network through internet and retrievals charges are not applicable.

Please note , S3 transfer out are based on tiered pricing with $.09/GB is for up to 10TB and is lower after that.

If you switch to S3 Standard -IA- 0.01$/GB Retrieval fee applies to put the data from IA back into S3-Standard. AWS then applies ,The $0.09 data transfer fee from S3 to outside .In addition to that you will pay for the GET request as well ($.01 per 10,000 requests)

profile pictureAWS
已回答 1 年前
  • Thank you very much for the feedback. Would it help to lower the data-transfer-out cost via Amazon Cloudfront?

1

All of the scenarios you mention will be counted as Data Transfer Out - the data is being transferred from S3 to your network across the internet. This is regardless of the storage class in S3 and the tools used to retrieve that data.

You can reduce the cost by using Direct Connect - the data transfer charges are lower when you're using a private network to do the transfer. However, for one-time transfer purposes it's not really practical.

profile pictureAWS
專家
已回答 1 年前
profile pictureAWS
專家
已審閱 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南