I'm looking for a good discovery service to use in a growing, privately-hosted microservice architecture.
Netflix's Eureka looks promising. It says it is "primarily used in the AWS cloud for locating services", but I can't figure out whether it can be used outside AWS or not. A cursory glance at the POMs revealed that there are AWS dependencies included in the project.
Can Eureka (or a useful subset of it) be used outside AWS as a discovery service?