Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Hello,
I’ve just tested that and indeed I got the same results. Then I used the strace command to strace the process and I noticed that during the Upload tests the connections to speedtest.net were timing out.
So I decided to get latest speedtest speedtest script rather than using the one available from the repository:
wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest.py
python speedtest.py
The results were much better in this case:
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by XILO (Maidenhead) [3.98 km]: 2.976 ms
Testing download speed................................................................................
Download: 702.54 Mbit/s
Testing upload speed................................................................................................
Upload: 800.73 Mbit/s
So my guess would be that the speedtest tool in the repository is outdated or something. It is always best to use the official instructions when installing tools on your system:
https://www.speedtestserver.com/
Hope that this helps! Regards, Bobby
I did what was suggested and my upload speed keeps very slow. And the most bizarre thing is that occurs only when I upload files through Windows. I did the same test in my iPad, trying to upload the same big file to the server, and the upload speed was blazing fast with the same user and same internet!
Anybody knows what more can I do to solve this?