I'm trying to set up CloudFront so that European users can download from my S3 bucket quickly.
I've already set it up and am now testing. To test, I have created a Windows EC2 instance and based it in Frankfurt, I have then RDP'd into it and checked the internet speed with this:
The result was 20Mbps, which is not that fast. I'm pretty sure it was downloading from a European server to, so it should have been faster. I believe the culprit is that I am using the free-tier EC2 instance to test, and this has "Low to Moderate" Network Performance. Do you think that's why I am seeing slow speeds?
In order to test whether my S3 bucket serves content fast to European users, do you think the best course is to get a EC2 with high network performance?
Thanks