AWS Security ChangesHomeSearch

AWS elasticloadbalancing documentation change

Service: elasticloadbalancing · 2026-01-25 · Documentation low

File: elasticloadbalancing/latest/userguide/elb-api-throttling.md

Summary

Updated terminology from 'ELB API' to 'Elastic Load Balancing API' throughout the document for consistency and clarity. No functional changes to throttling limits or behavior.

Security assessment

Changes are purely terminological updates (branding consistency) without modifying any security-relevant content. The throttling mechanisms, limits, and error handling remain unchanged. No evidence of security vulnerability fixes or new security guidance.

Diff

diff --git a/elasticloadbalancing/latest/userguide/elb-api-throttling.md b/elasticloadbalancing/latest/userguide/elb-api-throttling.md
index f4ea9ba6c..d87fce3c7 100644
--- a//elasticloadbalancing/latest/userguide/elb-api-throttling.md
+++ b//elasticloadbalancing/latest/userguide/elb-api-throttling.md
@@ -7 +7 @@ How throttling is appliedRequest rate limitingRequest token bucket sizes and ref
-# Request throttling for the ELB API
+# Request throttling for the Elastic Load Balancing API
@@ -9 +9 @@ How throttling is appliedRequest rate limitingRequest token bucket sizes and ref
-ELB throttles its API requests for each AWS account on a per-Region basis. We do this to help the performance and availability of the service. Throttling ensures that requests to the ELB API do not exceed the maximum allowed API request limits. API requests are subject to the request limits whether you call them or they are called on your behalf (for example, by the AWS Management Console or a third-party application).
+Elastic Load Balancing throttles its API requests for each AWS account on a per-Region basis. We do this to help the performance and availability of the service. Throttling ensures that requests to the Elastic Load Balancing API do not exceed the maximum allowed API request limits. API requests are subject to the request limits whether you call them or they are called on your behalf (for example, by the AWS Management Console or a third-party application).
@@ -11 +11 @@ ELB throttles its API requests for each AWS account on a per-Region basis. We do
-If you exceed an ELB API throttling limit, you get the `ThrottlingException` error code and a `Rate exceeded` error message.
+If you exceed an Elastic Load Balancing API throttling limit, you get the `ThrottlingException` error code and a `Rate exceeded` error message.
@@ -17 +17 @@ We recommend that you prepare to handle throttling gracefully. For more informat
-ELB uses the [token bucket algorithm](https://en.wikipedia.org/wiki/Token_bucket) to implement API throttling. With this algorithm, your account has a _bucket_ that holds a specific number of _tokens_. The number of tokens in the bucket represents your throttling limit at any given second.
+Elastic Load Balancing uses the [token bucket algorithm](https://en.wikipedia.org/wiki/Token_bucket) to implement API throttling. With this algorithm, your account has a _bucket_ that holds a specific number of _tokens_. The number of tokens in the bucket represents your throttling limit at any given second.
@@ -19 +19 @@ ELB uses the [token bucket algorithm](https://en.wikipedia.org/wiki/Token_bucket
-ELB provides two sets of API actions. ELB API version 2 supports the following types of load balancers: Application Load Balancers, Network Load Balancers, and Gateway Load Balancers. ELB API version 1 supports Classic Load Balancers. Each ELB API version has its own buckets and tokens.
+Elastic Load Balancing provides two sets of API actions. ELB API version 2 supports the following types of load balancers: Application Load Balancers, Network Load Balancers, and Gateway Load Balancers. ELB API version 1 supports Classic Load Balancers. Each ELB API version has its own buckets and tokens.
@@ -21 +21 @@ ELB provides two sets of API actions. ELB API version 2 supports the following t
-Services that call the ELB API on your behalf, such as Amazon EC2, Amazon ECS, Amazon EC2 Auto Scaling, and AWS CloudFormation have their own account-level buckets. These services do not consume tokens from your buckets.
+Services that call the Elastic Load Balancing API on your behalf, such as Amazon EC2, Amazon ECS, Amazon EC2 Auto Scaling, and AWS CloudFormation have their own account-level buckets. These services do not consume tokens from your buckets.
@@ -31 +31 @@ You do not need to wait for a bucket to be completely full before you can make A
-There is an account-level throttling limit that is shared across all ELB API actions. The capacity of the account-level bucket is 40 tokens and the refill rate is 10 request tokens per second.
+There is an account-level throttling limit that is shared across all Elastic Load Balancing API actions. The capacity of the account-level bucket is 40 tokens and the refill rate is 10 request tokens per second.
@@ -74 +74 @@ ELBv2 actions | Bucket capacity | Refill rate (per second)
-You can use AWS CloudTrail to monitor your ELB API requests. For more information, see [Log API calls for ELB using AWS CloudTrail](./cloudtrail-logs.html).
+You can use AWS CloudTrail to monitor your Elastic Load Balancing API requests. For more information, see [Log API calls for Elastic Load Balancing using AWS CloudTrail](./cloudtrail-logs.html).