I have created AWS ec2 instance and associated to one security group. In the associated security group, i have open up HTTP (HTTP,TCP, 80, 0.0.0.0/0), SSH (SSH, TCP, 22, 0.0.0.0/0) and ICMP(All ICMP,All,N/A,0.0.0.0/0) to all.
But when I try to ping to the instance, it is failed; giving request timeout. Inbound rule setting
Also, connecting to the instance using either PuTTY or openssh is failed too. It is giving connection timeout error.
I am not sure if it is something to do with VPC or subnet setting. Can someone help me to figure out the root cause of this issue.