You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client side throttling enable gradual scaling of the api calls. Additional throttle config can be specified by `--aws-api-throttle` flag. The ServiceId used in `--aws-api-throttle` The serviceID can be obtained from the API definition in AWS SDK. For e.g, ELBv2 it is [Elastic Load Balancing v2](https://github.com/aws/aws-sdk-go/blob/main/models/apis/elasticloadbalancingv2/2015-12-01/api-2.json#L9).
138
+
139
+
Here is an example of throttle config to specify client side throttling of ELBv2 calls.
0 commit comments