amazon web services - Unable to connect to an EC2 windows instance on port 8080 -
i've created free tier ec2 instance on aws. i've opened inbound connections instance through security group. on ec2 instance, i'm able access wildfly server , see running/listening on port 127.0.0.1:8080. when run netstat -ab command on ec2 instance can see services listening on above ip address/port number combination. please me connect instance own machine? please let me know if should provide additional info troubleshoot problem. 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
your service listens 127.0.0.1 not network interface. configure listen instances private ip (10.x..) or 0.0.0.0 (all) instead
Comments
Post a Comment