I would like to run node.js TCP server on port 80 on an Amazon EC2 Amazon Linux instance. I added 80 to the security group, but the problem is that node.js binds to port 80, which usually requires root permission.
The simplest solution seems to use authbind, but it is not available from the EC2 yum repository. Is there an equivalent utility for Amazon Linux? Or some other workaround for this distribution? Or is it really a bad idea to use authbind?
Chris source share