IIS works only on localhost

2

I'm using IIS on a Windows Server 2012 R2, by AWS Amazon EC2. But I have a problem, I can only access the site on localhost. When trying to access another machine through IP, it returns the following error:

ERR_CONNECTION_TIMED_OUT

Follow the footsteps of some videos on Youtube, just installed IIS, as the video showed. What could be happening?

    
asked by anonymous 23.09.2015 / 04:15

1 answer

3

Read about Security Groups in AWS. It is quite possible that your instance on EC2 is not allowing access from the Internet. You may need to create a Security Group by opening access to ports 80 and / or 443 to access your IIS.

    
28.09.2015 / 15:30