Eureka server in aws

Viewed 11

I have an Eureka service running in ec2 instance, I also have other microservices running in ec2 also, all the services have public ip address. all the services are registered successfully in eureka as wel.

the problem is: the links that eureka provides are not working!!! so when I used feign client with eureka naming to communicate between the microservices it doesn't work. although when I use the direct link of the microservice it works.

does aws encrypt the links or is it something else??! eureka service running in ec2 public instance

0 Answers
Related