0

Can I make a binding to have my client access the website I am working on without RDPing into the EC2 instance and accessing via Localhost? in the security group settings for EC2 I have an Inbound rule for HTTP Port 80 IP: 0.0.0.0/0.

But when I call my website from other IP by the EC2 IP/index.aspx it wont work.

thanks

BMW
  • 34,279
  • 9
  • 81
  • 95
Im Rick James
  • 245
  • 3
  • 13
  • 2
    Possible duplicate of [Opening port 80 EC2 Amazon web services](http://stackoverflow.com/questions/5004159/opening-port-80-ec2-amazon-web-services) – Thilo Feb 25 '16 at 01:03
  • Check if you have a local (Windows?) firewall running on the instance as well and if the web server is bound to the external interface. – Thilo Feb 25 '16 at 01:04
  • Actually I disabled the firewall on EC2, added Port 80 access 0.0.0.0 on Sec Groups and still its not working, should I use the Public IP or Public DNS of my EC2 instance?? – Im Rick James Feb 28 '16 at 12:58
  • Have you checked the local Windows firewall and the web server settings? – Thilo Feb 28 '16 at 23:52

1 Answers1

0

I had to go the the EC2 Insance Secuirty Group associated to that instance (EC2 Instance > Details > Security Group) I had only enabled the RDP for the EC2 Instance.

Im Rick James
  • 245
  • 3
  • 13