EC2 instance public IP and DNS IP not working

0

Hello, I created an EC2 instance, with default Amazon AMI, and with default VPC, created a new security group, and allowed HTTP, HTTPS and SSH ports in a security group. Instance is created successfully and with health check passed but when I click on the open address of Public IPv4 address or Public IPv4 DNS it is not opening and displays the site can't be reached error. Can someone guide me to where is the issue?

已提問 1 年前檢視次數 353 次
2 個答案
1
已接受的答案

To be able to reach your instance over http, you also need to run a webserver on your instance. Have you started the httpd service on your instance? You can validate if the instance is listening on port 80/443 using 'netstat -an' . You should definitely be able to SSH to the instance and validate http settings.

AWS
Ajit
已回答 1 年前
profile pictureAWS
專家
已審閱 1 年前
  • But I saw so many youtube tutorials like they created EC2 and open public ipv4 address and it displays some kind of IP and zone, without using httpd or Nginx server. How it is possible?

0

What's an example youtube tutorial you've followed that didn't work? How exactly did you try to connect to the instance, and what exactly was the error you got?

專家
已回答 1 年前
  • Like, in EC2 instance external link IP:Port_Number with that my app is open but not with public ipv4 or DNS ip

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南