0
I recently received a ec2
to upload a client application to it, the application was made in springboot
and until then I had no difficulty installing the postgres
and the application as a service (graças ao script ant
), good service running and application went up watching by log on port 8080
, however when I put the external ip of aws and try to access the /health
it does not of life sign, literally. I realized that the IP does not drip, it seems that it is not recognizing external access, I made a curl
inside the machine with 127.0.0.1:8080/health
and the same works, IE, is not the application. Still missing some configuration on the server for it to externalize the access on the given ip and I can access the application?