Can't access site on ec2 instance via public IPV4 address (Using Amazon Linux)
0
Hi All, I'm not able to figure out what steps needs to be done in order to access the webbrowser through IPV4 address. Showing this site can't be reached please help me , I'm new to AWS.
what I have done:-
- I have set the inbound rules HTTP (80) and SSH(22)
Thanks in advance!!!
asked a month ago36 views
2 Answers
1
There are multiple things that will need to be checked, please refer to this in depth troubleshooting guide.
To summarize, check the following:
- Check that the instance is running and passing both health checks
- Check that the instance OS is booting correctly and the webserver is running
- Check both Network ACL and Security Group rules
- Check the instance has the correct DNS configuration
answered a month ago
0
Hi, @Vaibhav Verma
In addition to Nick's confirmation points
- Is EC2 given a public IP address?
- Is an internet gateway attached to your VPC?
- Is the route to the Internet gateway set at 0.0.0.0/0 in the route table of the subnet where EC2 is deployed?
Relevant questions
EC2 Public IPv4 address fails when trying to load the website.
asked 6 months agoUnable to ping EC2 instance from local and remote both
asked a month agoAWS Nitro Enclave instance does not have public ipv4 address
asked 3 months agoCan't access site on ec2 instance via public IPV4 address (Using Amazon Linux)
asked a month agoEC2 instance in private subnet shows IPv4 address of NAT instance
asked 3 years agoCannot reach IPv4 Public IP or Public DNS (IPv4)
asked 3 years agoCan't ssh to EC2 after assigning an additional public ip(elastic ip)
asked 6 months agowhitelist international ip address, but unable to access rds MYSQL
asked a month agohow to resolve "site not reached, <ip address of ec2 instance> refused to connect" error when trying to create s3 file gateway?
asked 4 months agoRestoring an EC2 Instance - the Public IP is missing
Accepted Answerasked 13 days ago