AWS AmazonECS documentation change
Summary
Replaced 'Elastic Load Balancing' with 'ELB' abbreviation in API throttling context
Security assessment
The change is purely terminological (using ELB acronym). While discussing API throttling limits, this does not address security vulnerabilities or add security guidance - it's a documentation style update.
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 14138a5b4..0aa3e0796 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 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. +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.