Bandwidth for EC2-S3 Data Transfer

0

The EC2-S3 bandwidth seems to be 100 Gbps based on this article: What's the maximum transfer speed between Amazon EC2 and Amazon S3?.

However, it appears to be 25 Gbps based on this article in 2018: The Floodgates Are Open – Increased Network Bandwidth for EC2 Instances

Has there been an update on transfer speeds, between 2018 and 2021? Also, for maximum transfer speeds, does it only apply when enhanced networking is properly enabled / configured? i.e. is the Network performance of the specific EC2 instance a limiting factor?

AWS
asked 2 years ago514 views
1 Answer
1

Hello Nathaniel,

The transfer speeds for copying, moving, or syncing data from Amazon EC2 to Amazon S3 depends on several factors. The following methods are best practices for improving the transfer speed when you copy, move, or sync data between an EC2 instance and an S3 bucket:

  • Use enhanced networking on the EC2 instance.
  • Use parallel workloads for the data transfer.
  • Customize the upload configurations on the AWS Command Line Interface (AWS CLI).
  • Use an Amazon Virtual Private Cloud (Amazon VPC) endpoint for Amazon S3.
  • Use S3 Transfer Acceleration between geographically distant AWS Regions.
  • Upgrade your EC2 instance type.
  • Use chunked transfers.

See this Knowledge center article

profile pictureAWS
EXPERT
answered 2 years 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