Improving EC2 ping times from home

1

I've been trying to run a gaming machine in EC2 following the excellent blog post by Larry Land here. The problem I have is latency from my home to my nearest AWS region. I get a ping of around 35ms, and I'm looking to improve on that. Is there anything I can do? I'm using Steam in-home streaming over a Hamachi VPN, on Windows Server 2012.

My internet connection is roughly 120Mbps down and 35Mbps up, and there's nothing I can do to improve on that sadly.

Conan

Posted 2015-05-03T12:42:36.570

Reputation: 151

I originally incorrectly posted this on SO here, where @datasage responded with some helpful tips.

– Conan – 2015-05-03T12:49:26.667

Answers

1

The latency between you and your EC2 instance is decided by three factors. The first is the speed of light - this is not something you can do anything about.

The second is the delay caused by the last mile access, and depends on what kind of technology is used. Cable? Ethernet? (See three)

The third is the path your packets take over the network. This is something you MIGHT be able to do something about, but most likeley it would require you to switch to a different service provider with better routing towards the EC2 instance.

tlund

Posted 2015-05-03T12:42:36.570

Reputation: 600