AWS AmazonECS documentation change
Summary
Updated service name references from 'ELB' to 'Elastic Load Balancing' for clarity and consistency
Security assessment
The change replaces acronyms with full service names without modifying technical content, error messages, or security guidance. No security vulnerabilities, mitigations, or security features are discussed. The update focuses on branding consistency rather than security implications.
Diff
diff --git a/AmazonECS/latest/developerguide/operating-at-scale-dealing-with-throttles.md b/AmazonECS/latest/developerguide/operating-at-scale-dealing-with-throttles.md index 0aa3e0796..14138a5b4 100644 --- a//AmazonECS/latest/developerguide/operating-at-scale-dealing-with-throttles.md +++ b//AmazonECS/latest/developerguide/operating-at-scale-dealing-with-throttles.md @@ -23 +23 @@ Asynchronous throttling occurs because of asynchronous workflows where Amazon EC -When your workloads reach a considerable scale, these API operations might be throttled. That is, they might be throttled enough to breach the limits enforced by Amazon ECS or the AWS service that is being called. For example, if you deploy hundreds of services, each having hundreds of tasks concurrently that use the `awsvpc` network mode, Amazon ECS invokes Amazon EC2 API operations such as `CreateNetworkInterface` and ELB API operations such as `RegisterTarget` or `DescribeTargetHealth` to register the elastic network interface and load balancer, respectively. These API calls can exceed the API limits, resulting in throttling errors. The following is an example of an ELB throttling error that's included in the service event message. +When your workloads reach a considerable scale, these API operations might be throttled. That is, they might be throttled enough to breach the limits enforced by Amazon ECS or the AWS service that is being called. For example, if you deploy hundreds of services, each having hundreds of tasks concurrently that use the `awsvpc` network mode, Amazon ECS invokes Amazon EC2 API operations such as `CreateNetworkInterface` and Elastic Load Balancing API operations such as `RegisterTarget` or `DescribeTargetHealth` to register the elastic network interface and load balancer, respectively. These API calls can exceed the API limits, resulting in throttling errors. The following is an example of an Elastic Load Balancing throttling error that's included in the service event message.