I want to spawn a redis slave in AWS (Sydney), which needs ~20Mbit/s to catch up on the writes of the master located in germany.
Problem: I get only 8Mbit/s (1MB/s).
Tried bigger instance types after reading Bandwidth limits for Amazon EC2 but still no difference.
Tried to download random content hosted in australia: tadaa, 20Mbit/s on one download.
Then the idea: Start multiple wgets in parallel to the same host in germany. Tadaa: Every download gets 1MB/s, and the speed sums up to more than 150Mbit/s (didn't try to get more, but should have been possible).
How to get rid of the per connection speed limit?