Amazon documents the network speed of each instance type, giving it a rating like "25 Gbps". As long as certain restrictions are avoided, one can largely expect to achieve this bandwidth between hosts in the same region.
My question is, is this bandwidth full-duplex? Can I get 25 Gbps in both directions between two hosts documented as having 25 Gbps network limits?
2
Answers
If you place instances in a cluster placement group, the traffic is full duplex. From docs:
If the instances are not in a cluster, then the AWS docs do not specify if network traffic is full duplex or not. Thus, one can assume its not in that case.
There is nothing to indicate this is not full-duplex. in the aws doc page
, assuming you do not exceed the limits for the VM cpu type, or number of connections etc.
Timing from a one way copy
timing from simultaneous copy of the same file – to each other VM
Thus both way, simultaneous copy speed is very close to one way copy speed.
Both were t2.medium machine – which is rated to be "upto 1 GBps" from here
but for such a small 1.4 GB file it did not get a time to peak bandwidth usage. Hope this helps