java - How to port forawrd on AWS -
i have hosted simple udpserver program on aws ubuntu 14.04, it's working correctly their, when tried accessing system, not able connect it, surely is, aws firewall, how can make udp traffic pass through it! , port of udp server 2020.
any appreciated!
thanks.
i looking possible workaround issue, it's quite easy irrespective of platform language using develop socket program on aws ec2, using node.js nginx in case, should work supporting platforms.
configure security group
- in aws console, open ec2 tab.
- select relevant region , click on security group.
- you should have default security group if have launched elastic beanstalk instance in region app.
- click on actions button @ top, , select edit inbound rules.
- here in type column select udp, or can set custom udp rule listen @ socket port.
- and there enter port of udp server 2020.
, that's it!
note: if not working, check "events" tab in beanstalk application / environments , find out went wrong.
Comments
Post a Comment