Download bandwidth

0

Hi, I want to know if downloading from S3 bucket has some bandwidth restrictions. I mean, in my case, I try to download different files from S3 to a server in on-premises, and there is no problem when starts to download, with files size is around 10GB, but when I try to download a file that size is 60GB or more, the bandwidth decreases drastically. So I am try to look for if the problem is from S3 or from on-premises infrastructure.

Regards!

JMCR09
asked 2 months ago134 views
2 Answers
0

When downloading large objects such as the following, it is recommended to split them into multiple requests and download them in parallel. Therefore, it is assumed that there is a certain speed limit (around 700 Mbps?).

As a general rule, when you download large objects within a Region from Amazon S3 to Amazon EC2, we suggest making concurrent requests for byte ranges of an object at the granularity of 8–16 MB. Make one concurrent request for each 85–90 MB/s of desired network throughput. To saturate a 10 Gb/s network interface card (NIC), you might use about 15 concurrent requests over separate connections. You can scale up the concurrent requests over more connections to saturate faster NICs, such as 25 Gb/s or 100 Gb/s NICs.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/optimizing-performance-design-patterns.html#optimizing-performance-parallelization

profile picture
EXPERT
shibata
answered 2 months ago
profile pictureAWS
EXPERT
reviewed 2 months ago
0

Hi,

You may want to consider S3 Transfer Acceleration: https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration.html for such large files.

It is particularly helpful when you're geographically far away from the AWS region where your source S3 bucket is.

Best,

Didier

profile pictureAWS
EXPERT
answered 2 months ago

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