gippo
gippo

Reputation: 39

Spring boot admin-client actuator in AWS multi region

I have created admin server in one region and multiple client servers in different regions. Have opened specified ports. However getting java.net.UnknownHostException error.

Is there a way to open a communication between admin and client ?

Because of VPC i dont know how make host to be known

Upvotes: 0

Views: 523

Answers (1)

Hrabosch
Hrabosch

Reputation: 1583

More suggestion and not an answer. But based on https://github.com/codecentric/spring-boot-admin/issues/430, there is possible to use a load balancer for accessing and also in issue is a link how it can be done with awsvpc module, see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html.

Upvotes: 1

Related Questions