You probably have ssh access to more machines than just that EC2 instance? Tunnel your traffic through an ssh account.
ssh -D 10001 you@someplace.com
So long as someplace.com is not blocked by SO you can bind your browsers traffic to your now-running local socks proxy in the internet connectivity section. Set all traffic to go through 127.0.0.1:10001
ssh -D 10001 you@someplace.com
So long as someplace.com is not blocked by SO you can bind your browsers traffic to your now-running local socks proxy in the internet connectivity section. Set all traffic to go through 127.0.0.1:10001