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
gefragt vor 3 Monaten147 Aufrufe
2 Antworten
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
EXPERTE
shibata
beantwortet vor 3 Monaten
profile pictureAWS
EXPERTE
überprüft vor 3 Monaten
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
EXPERTE
beantwortet vor 3 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen