I have a spring-boot service set up in Elastic Beanstalk. I need to call an end point on each of the nodes in the service but all I know is the end point with load balancer's hostname.
- How can I ensure that each node gets called? Is there a way to do that?
- If so, how can I ensure that the nodes could be called in a rolling fashion - i.e. first 1/4th of the nodes are called, and then the next 1/4th of the nodes and so on?