Earlier quoted context omitted.
couldnt attackers then grab your EC2 dashboard cookie and possibly compromise your EC2 instance ? I mean if you need to login there first via an unsecure session, its not really that much safer
Your AWS dashboard would be compromised if you waited until you were on the open wireless network to run the EC2 instance, but attackers would not be able to compromise the EC2 instance. Once the instance has been created you can't change the Key Pair. You also can only download the private key associated with the Key Pair once, which is right when you create it. But of course, an attacker could stop or terminate you…
Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
71–78 of 78 posts
Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#72Earlier quoted context omitted.
I use the router to solve the dynamic IP issue. It updates to http://www.dyndns.com when my IP address changes.
That is a great option for people who have a dd-wrt/tomato/etc. compatible wireless device. The goal of the post was for folks who don't already have a solution setup and to get people familiar with EC2 now that it has a Free Tier and see some of the "not so obvious" things we can do with.
Otherwise, the goal of the post was to generate dicussion in places such as HN.
Also, you are referencing the parent comment in response to RDP protocol tunneling only, fyi.
...and your account was created an hour after the original comment.
Just seems strange to create an account and then tell us the goal of the article.
Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#73Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#7428 steps, and he didn't think to create a new AMI to share with the world.
All the other steps are just intro to using Linux and/or Amazon EC2 infrastructure or such technicalities as copying files or (unnecessary) configuring time zone.
Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#75Earlier quoted context omitted.
You don't need an EBS to run an instance on EC2. You can just run the instance as normal. It has a root filesystem, you can write to it etc. However if you stop the instance, then all your changes are lost. The EBS is only needed if you actually need disk space.
Micros (which are what you get on the free tier) are only available as EBS-backed instances.
Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#76Earlier quoted context omitted.
Care to list some decent ones? I'd be interested, but haven't looked for them much.
I have used www.tektonic.net since 2004 and have been pleased with their service.
Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#77Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#78How to start a SOCKS proxy on localhost:12345 proxying through your account foo on bar.example.com: ssh -D 12345 -N -f foo@bar.example.com