AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

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

File: AmazonECS/latest/developerguide/deploy-linear-service.md

Summary

Updated references from 'ELB' to 'Elastic Load Balancing' for consistency and clarity throughout the document.

Security assessment

Changes are purely terminological updates (abbreviation to full service name) with no security implications. No vulnerabilities, configurations, or security features are mentioned or modified.

Diff

diff --git a/AmazonECS/latest/developerguide/deploy-linear-service.md b/AmazonECS/latest/developerguide/deploy-linear-service.md
index e2cec423f..000775b42 100644
--- a//AmazonECS/latest/developerguide/deploy-linear-service.md
+++ b//AmazonECS/latest/developerguide/deploy-linear-service.md
@@ -17 +17 @@ Perform the following operations before you start a linear deployment.
-     * For information about ELB permissions, see [Amazon ECS infrastructure IAM role for load balancers](./AmazonECSInfrastructureRolePolicyForLoadBalancers.html).
+     * For information about Elastic Load Balancing permissions, see [Amazon ECS infrastructure IAM role for load balancers](./AmazonECSInfrastructureRolePolicyForLoadBalancers.html).
@@ -25 +25 @@ Perform the following operations before you start a linear deployment.
-  3. Create a rule to route traffic to your new service revision. For more information, see [Listener rules](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-rules.html) in the _ELB Application Load Balancers_.
+  3. Create a rule to route traffic to your new service revision. For more information, see [Listener rules](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-rules.html) in the _Elastic Load Balancing Application Load Balancers_.
@@ -27 +27 @@ Perform the following operations before you start a linear deployment.
-  4. Create a target group for your green service revision. When you use the `awsvpc` network mode for your tasks, the target type must be `ip`. For information about target groups, see [Target groups](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html) in the _ELB Application Load Balancers_.
+  4. Create a target group for your green service revision. When you use the `awsvpc` network mode for your tasks, the target type must be `ip`. For information about target groups, see [Target groups](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html) in the _Elastic Load Balancing Application Load Balancers_.
@@ -88 +88 @@ Launch type |
-    4. For **Health check grace period** , enter the amount of time (in seconds) that the service scheduler ignores unhealthy ELB, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used.
+    4. For **Health check grace period** , enter the amount of time (in seconds) that the service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used.
@@ -176 +176 @@ The following describes each container log destination in more detail.
-ELB type | Steps  
+Elastic Load Balancing type | Steps