AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

Service: AmazonECS · 2025-11-22 · Documentation low

File: AmazonECS/latest/developerguide/alb.md

Summary

Updated documentation to use 'ELB configuration' abbreviation instead of spelling out 'Elastic Load Balancing configuration' in a recommendation note

Security assessment

The change is purely terminological (abbreviation usage) with no security implications. It maintains existing guidance about testing configuration changes but doesn't introduce new security content or address vulnerabilities.

Diff

diff --git a/AmazonECS/latest/developerguide/alb.md b/AmazonECS/latest/developerguide/alb.md
index 2f0eef943..2cefcc0e7 100644
--- a//AmazonECS/latest/developerguide/alb.md
+++ b//AmazonECS/latest/developerguide/alb.md
@@ -30 +30 @@ Consider the following when using Application Load Balancers with Amazon ECS:
-  * After you create a service, the load balancer configuration can't be changed from the AWS Management Console. You can use the AWS Copilot, AWS CloudFormation, AWS CLI or SDK to modify the load balancer configuration for the `ECS` rolling deployment controller only, not AWS CodeDeploy blue/green or external. When you add, update, or remove a load balancer configuration, Amazon ECS starts a new deployment with the updated Elastic Load Balancing configuration. This causes tasks to register to and deregister from load balancers. We recommend that you verify this on a test environment before you update the Elastic Load Balancing configuration. For information about how to modify the configuration, see [UpdateService](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html) in the _Amazon Elastic Container Service API Reference_. 
+  * After you create a service, the load balancer configuration can't be changed from the AWS Management Console. You can use the AWS Copilot, AWS CloudFormation, AWS CLI or SDK to modify the load balancer configuration for the `ECS` rolling deployment controller only, not AWS CodeDeploy blue/green or external. When you add, update, or remove a load balancer configuration, Amazon ECS starts a new deployment with the updated Elastic Load Balancing configuration. This causes tasks to register to and deregister from load balancers. We recommend that you verify this on a test environment before you update the ELB configuration. For information about how to modify the configuration, see [UpdateService](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html) in the _Amazon Elastic Container Service API Reference_.