I'm trying to run my spring boot application on AWS EC2 Windows Server by pulling it from github and installing using maven and then java -jar command to run it. It's only working on localhost but not accessable using public IPv4. I use port 8085 for application and added custom inbound port 8085 in security group.
Asked
Active
Viewed 278 times
0
-
1You also need to allow (open) `8085` port in Windows Firewall. – Jignesh M. Khatri Sep 15 '21 at 06:01
-
You're welcome. – Jignesh M. Khatri Sep 15 '21 at 06:07
-
check the https://stackoverflow.com/questions/26338301/ec2-how-to-add-port-8080-in-security-group thread will help you – Bhanu PS Kushwah Aug 02 '23 at 07:22