What ports to open in aws security group for aws?
- by HarrisonJackson
I am building the backend for a turn based gamed.  My experience is mostly with a lamp stack; I've dabbled in nginx on a node side project.  
I just read Scaling PHP Applications by Stephen Corona of Twit Pic.  He recommends an nginx server over apache.  He says that his ubuntu machine has 32768-61000 ports open. 
On AWS do I need to modify my security to group to allow access to those ports?  How do I ensure nginx is taking full advantage of this configuration?