The instance is running fine. I am using linux os and apache-tomcat-8.0.33 server. I can access from private ip using putty But when i am trying to access the same through the public ip, it is not accessible. I have seen the security configurations all ports are enabled.
Can anyone help me how to reslove this issue



curl localhost. This will access the web server on the local machine. If that is working, then the problem is probably with your Security Group. If it is not working, then the problem is with your web server. - John Rotenstein