What are the Bucket Capacity and Refresh rates for elasticloadbalancing APIs?

0

I do not see any information in publicly available docs that mention the bucket capacity nor refresh rate for elasticloadbalancing APIs. I am looking for somthing similar to https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-throttling.html#throttling-limits-rate-based but for elasticloadbalancing API calls such as DescribeLoadbalancer, DescribeTags, etc. This is crucial for understanding throttling rate limits when using these APIs.

What are these bucket values for all of the elasticloadbalancing APIs?? Need to understand how all of these elasticloadbalancing APIs are rate limited and I do not see info regarding this in the docs.

2 Answers
3
EXPERT
answered 17 days ago
  • No Im not interested in that..I am interested in the question I asked. Bucket refresh and token details and API throttling information for elasticloadbalancing APIs. This is not related to service quotas.

0

AWS does not specify a numerical limit for ELB API calls. When using the API following best practices, the exact numerical limit shouldn’t significantly impact your operations. Best practices include:

  • Using exponential backoff
  • Applying jitter
  • Employing retry mechanisms

These best practices are detailed further in the Amazon Timeouts, retries, and backoff with jitter Builder’s Library documentation.

AWS
answered 3 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions