I have configured Eureka Server in a Docker and deployed it on AWS ECS. I have two other micorservices that are deployed as another Task in ECS i.e Eureka as one Task and the other two services in another task.
both the services are show up in Eureka. however, when i try to access the API's through the Zuul gateway, i get an Forwarding error"Caused by: java.lang.RuntimeException: java.net.UnknownHostException: notificationservice: nodename nor servname provided, or not known"
I am using serviceId in zuul for forwarding ..
Is there a documentation on how this can be achieved on AWS ECS ? I have tried multiple things but in vain.. Any help or pointers are appreciated.