I have added the inbound rule for ICMP Echo Reply in my security group. But, I want to visualize the effect of adding and removing this rule from Security Group on my ec2 instance. How can I see that thing making any impact?
I initially added both "Echo Request" and "Echo Reply" to my security group to allow ping from:
Instance A-- > Instance B
Instance B-- > Instance A
Instance A-- > Instance A
Instance B-- > Instance B
But, later when I removed the "Echo Reply" from my security group it didn't make any impact on the behavior of ping commands I listed above.
If adding ICMP "Echo Request" is sufficient? What is the purpose of "Echo Reply" and how can I see that rule making an impact on pings I listed above.
Thanks