AWS Security ChangesHomeSearch

AWS lightsail documentation change

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

File: lightsail/latest/userguide/using-lightsail-with-other-aws-services.md

Summary

Updated references from 'Elastic Load Balancing' to 'ELB' abbreviation and adjusted related links

Security assessment

Changes are purely cosmetic/terminology updates (abbreviating Elastic Load Balancing to ELB). No security-related content was added or modified beyond existing mentions of 'robust security' which was already present.

Diff

diff --git a/lightsail/latest/userguide/using-lightsail-with-other-aws-services.md b/lightsail/latest/userguide/using-lightsail-with-other-aws-services.md
index 1b76c7945..24d507b53 100644
--- a//lightsail/latest/userguide/using-lightsail-with-other-aws-services.md
+++ b//lightsail/latest/userguide/using-lightsail-with-other-aws-services.md
@@ -81 +81 @@ Amazon Aurora is a MySQL-compatible relational database engine that combines the
-Elastic Load Balancing automatically distributes incoming application traffic across multiple Amazon EC2 instances. It enables you to achieve fault tolerance in your applications, seamlessly providing the required amount of load balancing capacity needed to route application traffic.
+ELB automatically distributes incoming application traffic across multiple Amazon EC2 instances. It enables you to achieve fault tolerance in your applications, seamlessly providing the required amount of load balancing capacity needed to route application traffic.
@@ -83 +83 @@ Elastic Load Balancing automatically distributes incoming application traffic ac
-Elastic Load Balancing offers two types of load balancers. Both feature high availability, automatic scaling, and robust security. These include the Classic Load Balancer that routes traffic based on either application or network-level information, and the Application Load Balancer that routes traffic based on advanced application-level information that includes the content of the request. The Classic Load Balancer is ideal for simple load balancing of traffic across multiple Amazon EC2 instances. The Application Load Balancer is ideal for applications needing advanced routing capabilities, microservices, and container-based architectures. Application Load Balancer offers the ability to route traffic to multiple services or to load balance across multiple ports on the same Amazon EC2 instance. 
+ELB offers two types of load balancers. Both feature high availability, automatic scaling, and robust security. These include the Classic Load Balancer that routes traffic based on either application or network-level information, and the Application Load Balancer that routes traffic based on advanced application-level information that includes the content of the request. The Classic Load Balancer is ideal for simple load balancing of traffic across multiple Amazon EC2 instances. The Application Load Balancer is ideal for applications needing advanced routing capabilities, microservices, and container-based architectures. Application Load Balancer offers the ability to route traffic to multiple services or to load balance across multiple ports on the same Amazon EC2 instance. 
@@ -85 +85 @@ Elastic Load Balancing offers two types of load balancers. Both feature high ava
-[Learn more about Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/).
+[Learn more about ELB](https://aws.amazon.com/elasticloadbalancing/).
@@ -90 +90 @@ Elastic Load Balancing offers two types of load balancers. Both feature high ava
-An Application Load Balancer is a load balancing option for the Elastic Load Balancing service that operates at the application layer and allows you to define routing rules based on content across multiple services or containers running on one or more Amazon EC2 instances.
+An Application Load Balancer is a load balancing option for the ELB service that operates at the application layer and allows you to define routing rules based on content across multiple services or containers running on one or more Amazon EC2 instances.
@@ -164 +164 @@ You can simply upload your code and Elastic Beanstalk automatically handles the
-Amazon ECS is a highly scalable, high-performance container management service that supports Docker containers and enables you to easily run applications on a managed cluster of Amazon EC2 instances. Amazon ECS eliminates the need for you to install, operate, and scale your own cluster management infrastructure. With simple API calls, you can launch and stop Docker-enabled applications, query the complete state of your cluster, and access many familiar features like security groups, Elastic Load Balancing, Amazon EBS volumes, and IAM roles. You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource needs and availability requirements. You can also integrate your own scheduler or third-party schedulers to meet business or application-specific requirements.
+Amazon ECS is a highly scalable, high-performance container management service that supports Docker containers and enables you to easily run applications on a managed cluster of Amazon EC2 instances. Amazon ECS eliminates the need for you to install, operate, and scale your own cluster management infrastructure. With simple API calls, you can launch and stop Docker-enabled applications, query the complete state of your cluster, and access many familiar features like security groups, ELB, Amazon EBS volumes, and IAM roles. You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource needs and availability requirements. You can also integrate your own scheduler or third-party schedulers to meet business or application-specific requirements.