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?

posta un anno fa353 visualizzazioni
2 Risposte
1
Risposta accettata

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
con risposta un anno fa
profile pictureAWS
ESPERTO
verificato un anno fa
  • 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?

ESPERTO
con risposta un anno fa
  • Like, in EC2 instance external link IP:Port_Number with that my app is open but not with public ipv4 or DNS ip

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande