0

I am running a spring boot web app for restful sevices in ec2 windows. It is working fine local host. I am using port 8083. But not able to trigger s3rvices from outside. I have opened port 8083 in security group as TCP.

Plz help..What could be issue.

Same EC2 has .Net web application running and it is working fine and able to access from outside.

STeamup
  • 351
  • 1
  • 6
  • 9

1 Answers1

1

Ensure that 8083 port is open for inbound and outbound properties in security groups of ec2 instance.

Refer this to do the same.

How to open a web server port on EC2 instance

Alien
  • 15,141
  • 6
  • 37
  • 57