I have a problem understanding what I need to do to allow an instance of Amazon EC2 to allow connections from external computers. I selected an instance of Windows 2008 R2 and installed my ASP.NET application for it. I set up a new DB, configured IIS, and then uploaded the web application to the server by going through http: // localhost: 80
So, currently I can use RDC to connect to the EC2 server and upload my site here under the local host, but I want to be able to go to http: // (EC2 IP or DNS): 80 and connect to it from external computers.
I have no idea where to start, as this is the first time I've ever done a hosting like this myself. Do I need to configure anything on the Amazon EC2 dashboard? Or do I need to configure something else on the web server?
I have tried checking the public / private DNS and private IP provided by Amazon, but it seems to be disconnected or blocked, or something like that.
Can anyone make me point in the right direction at least?
Thanks for any help in advance!
source share