I'm downloading periodically gzipped database dumps from my AWS setup (roughly 150MB).
Although normal http/https download speeds (via Apache file serving) are >>300kb/sec, when I use scp for downloading the dump I'm only getting around 30-50kb/sec speeds.
What's the reason it's so slow?
How can I securely download database dumps files much faster?
Thanks!