amazon ec2 - EC2 instances cannot ping each other -


i have 2 ec2 ubuntu instances. sharing same vpc, subnet , security group. instances' firewall turnoff. still can't ping each other private ip. how allow instances ping each other?

in security group, add "custom icmp" rule "echo request" -- or -- "all icmp traffic" -- , source ip, instead of address or block, add security group's identifier, sg-xxxxxxxx.

simply being in same security group doesn't mean instances can communicate among themselves. means follow same set of rules... security group membership source attribute well, on traffic originating instances members of group.

hence, above.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -