AWS Security ChangesHomeSearch

AWS codedeploy documentation change

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

File: codedeploy/latest/userguide/resource-kit.md

Summary

Updated terminology from 'ELB' to 'Elastic Load Balancing' in sample resource descriptions

Security assessment

Change only expands service name abbreviations without modifying security configurations or permissions. No evidence of vulnerability remediation or security enhancement.

Diff

diff --git a/codedeploy/latest/userguide/resource-kit.md b/codedeploy/latest/userguide/resource-kit.md
index 39b65ca0f..c4ac15c1c 100644
--- a//codedeploy/latest/userguide/resource-kit.md
+++ b//codedeploy/latest/userguide/resource-kit.md
@@ -78,2 +78,2 @@ File | Description
-`CodeDeploy_SampleCF_ELB_Integration.json` | An AWS CloudFormation template you can use to create a load-balanced sample Web site running on an Apache Web Server. The application is configured to span all Availability Zones in the region you create it in. This template creates three Amazon EC2 instances and IAM instance profile to grant the instances access to the resources in Amazon S3, Amazon EC2 Auto Scaling, CloudFormation, and ELB. It also creates a load balancer and a CodeDeploy service role.  
-`SampleApp_ELB_Integration.zip` | A sample application revision you can deploy to an Amazon EC2 instance that is registered to an ELB load balancer.  
+`CodeDeploy_SampleCF_ELB_Integration.json` | An AWS CloudFormation template you can use to create a load-balanced sample Web site running on an Apache Web Server. The application is configured to span all Availability Zones in the region you create it in. This template creates three Amazon EC2 instances and IAM instance profile to grant the instances access to the resources in Amazon S3, Amazon EC2 Auto Scaling, CloudFormation, and Elastic Load Balancing. It also creates a load balancer and a CodeDeploy service role.  
+`SampleApp_ELB_Integration.zip` | A sample application revision you can deploy to an Amazon EC2 instance that is registered to an Elastic Load Balancing load balancer.