vote up 2 vote down star

my ec2 instance does not respond to ping - is there a way to fix that or amazon blocks the ping for all customers.

flag

Is SO now an unofficial support web site for amazon? Sorry, -1, if you have problems with hosting, try asking your PROVIDER first. – tinkertim Mar 17 at 12:58
Oh nice, one down vote here and now I get down votes from answers I posted last year? – tinkertim Mar 17 at 14:14
You know, I thought it was just good manners to comment when you up/down vote any question, I WON'T make that mistake in the future. – tinkertim Mar 17 at 14:15
EC2 provides an API that you can program against. I say this is a fair question. – Gary Richardson Mar 17 at 14:34

1 Answer

vote up 10 vote down check

See their own FAQ

Ping uses ICMP ECHO, which by default is blocked by your firewall. You'll need to grant ICMP access to your instances by updating the firewall restrictions that are tied to your security group.

ec2-authorize default -P icmp -t -1:-1 -s 0.0.0.0/0

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.