Cannot access tomcat instance installed in EC2
Make sure your Ubuntu Uncomplicated Firewall is controlling the traffic instead of iptables.
sudo ufw enable
Then to configure it to allow 8080.
sudo ufw allow 8080
Make sure your Ubuntu Uncomplicated Firewall is controlling the traffic instead of iptables.
sudo ufw enable
Then to configure it to allow 8080.
sudo ufw allow 8080