I have an AWS EC2 Instance that can be accessed via SSH but will not load via its public IP. The page continually loads and then times out. I have checked the security group and the following is allowed in luanch wizard 1 (the only security group):

If you want to allow ICMP using AWS CLI, here you go: $ # Create a security group $ aws ec2 create-security-group --group-name icmp-sg-1 --description 'icmp security group' $ # Modify sec group to allow ICMP from everywhere $ aws ec2 authorize-security-group-ingress --group-id --protocol icmp --port -1 --cidr 0.0.0.0/0 $ # Now attach the sec group to a new/existing instance Probably you were surprised when you tried to ping your server with the IPv4 Public IP with a command like: # Ping a domain related to your server ping www.myserver.com # Or ping the IP ping 123.45.67. The request will always fail, although everything is working in order with your server. Now a new IPv4 address will get allocated. Associate Elastic IP address. Once an IP is allocated you need to associate it with the EC2 Instance. To do so check the checkbox of your IP address and click Actions and choose Associate Elastic IP address.. In the Resource type choose Instance and and choose the instance from the dropdown on the Instance field. my instance was working with his public IP. I added an elastic IP address to the ec2 instance, after that i m still able to ssh to it, but i can t open the webapplication from the browser. The port 80 is open. My instance ID is : i-0335e9876d9ea1d14 Can anyone help me with this problem? Thank you

Connecting to an EC2 in a Private Subnet | Edureka Community

amazon web services - Cannot access ecs ec2 instace public I am connecting 2 docker container one python app container and redis container with each other using ECS. When I ssh into ec2 instance and curl localhost:5000 it gives the output which means the Step-By-Step: How to configure a SANless MySQL Linux

Mar 27, 2020

Public IP address - Your instance receives a public IP address; Private IP - Your instance receives a private IP address from the EC2-Classic, default VPC range each time it's started. Multiple IP addresses - You can assign a single IP address to your instance. Elastic IP address - An EIP is disassociated from your instance when you stop it. How to Create EC2 Instance in AWS: Step by Step Tutorial Jul 22, 2020 Connecting to an EC2 in a Private Subnet | Edureka Community Aug 23, 2019