I've created a free tier EC2 instance on AWS. I've opened inbound connections to this instance through security group. On EC2 instance, I'm able to access wildfly server and see it running/listening on port 127.0.0.1:8080. When I run netstat -ab command on EC2 instance I can see services listening on above IP address/port number combination. Could you please help me connect to this instance from my own machine? Please let me know if I should provide any additional info that would help troubleshoot the problem. Thanks in advance.
I've opened below inbound ports-
80 tcp 0.0.0.0/0
8080 tcp 0.0.0.0/0
22 tcp 0.0.0.0/0
23 tcp 0.0.0.0/0
3389 tcp 0.0.0.0/0
443 tcp 0.0.0.0/0
-1 icmp 0.0.0.0/0