spring boot actuator works in local but not in production (aws)
Spring boot actuator works fine on my local and I can access it in browser
http://localhost:8000/actuator
I can access my system in production as follows
https://somedomain.com/#/overview
But I cannot access the actuator when the system is deployed in AWS, when accessed as follows
https://somedomain.com:8000/actuator
In AWS EC2 console, I notice that port 8000 is enabled as custom TCP for inbound rules
from Recent Questions - Stack Overflow https://ift.tt/39hU1kB
https://ift.tt/eA8V8J
Comments
Post a Comment