Instance not accessible via internet
Summary
Cannot access instance via internetContent
I have launched an instance , configured security rules to allow traffic from 0.0.0.0/0 , TCP to ports 8080 and 3000 ( 2 separate ingress rules)
I have installed bitnamei and configured firewall to allow ports 8080 and 3000
i am not able to access instance, http://129.213.37.197:8080/
What could be the reason ?
Yes, I can SSH into the instance through putty
Code Snippet
sudo firewall-cmd --permanent --add-port=8080/tcp sudo firewall-cmd --permanent --add-port=3000/tcp
Tagged:
1