I send requests to external endpoints outside of Google Cloud from App Engine. The endpoint has limited quota for request count. I want to distribute my requests to multiple endpoints using Google Cloud load balancing. There are 30 different endpoints I can choose from.
Which type of Google Cloud load balancing route request to external endpoints?
How to create forwarding rules for different endpoints?
Does each endpoint cost as 1 rule or can I group into a pool?