- Newest
- Most votes
- Most comments
EC2 network performance depends on the instance type. https://aws.amazon.com/ec2/instance-types/
This has different values (Low, Moderate, High, Up to 5 Gbps, 10 Gigabit, 25 Gigabit, etc.)
Low, Moderate, High are not static values and may depend on AWS Region and Time
Some tests for US-EAST-1 showed that LOW corresponds to 50Mb/s, Moderate corresponds to 300Mb/s and High corresponds to 1Gb/s.
You can also try the newer instance type m5.2xlarge which has "Up to 10 Gb" and is a bit cheaper
m4.2xlarge $0.40
m5.2xlarge $0.384
Thank you for the response however, I do not believe changing the instance type would have the desired effect. Originally our AWS test instance was a t3a.small Windows 2022 (low to moderate network performance). We saw almost identical results when testing the bandwidth of a single transfer - 25Mb/s. Multiple simultaneous transfers capped out around 400Mb/s. So there was a slight improvement for multiple simultaneous transfers by upgrading to a m4.2xlarge. The current m4.2xlarge instance has the needed bandwidth to our local ISP (614Mb/s down and 827Mb/s up). However, the bandwidth used for a single file transfer (25Mb/s) is the limiting factor. Our goal is to be able to transfer our large files at 300Mb/s or better. The m4.2xlarge instance type should be able to handle that.
To me it looks like there is a traffic shaping policy in place.
I conducted these tests from several independent locations including my personal desktop. All with almost identical results. Therefore any traffic shaping polices that cloud affect the bandwidth of a single file transfer are not on our side.
Have you considered trying a different storage volume type like gp3 or io1 to see if this has impact on the speed, I have seen cases in the past where a change in this has had a significant impact on speeds.
Also without understanding the network architecture between AWS and your onsite server, could there be some sort of traffic inspection taking place that could slow this down ?
Relevant content
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago
Please accept the answer if it was useful for you