tags:

views:

45

answers:

2

I'm new to managing EC2 instances. I have created one, and I can run it and remotely login with Windows Remote Desktop. I can ping external servers from inside my instance, but I cannot ping the instance from my machine using its DNS public name. I guess I'm doing sth wrong with security groups. Any thoughts anybody?

A: 

As far as I am aware, Amazon is blocking ICMP (ping) requests. If you want to perform some sort of "is it up" request you may want to implement some other routine like a web based "ping" page; just have it display the time when you hit it.

Mondain
A: 

To ping an EC2 instance, you need to allow ICMP traffic in the instance's security group.

See http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1145#18

ktheory
so how do I setup command-line tools environment? I will find out... Thanks!
Paweł Głowacki