I want to host my web server on EC2 at Amazon Web Service. I will use a Windows AIM and IIS7.
I want to config a port (such as: 5555) for my web service and bind it to virtual port 80. so that the clients can access my APIs as normal (http://abc.com/doSomeThing) and Hacker can't scan the ports on my EC2.
