AWS Security ChangesHomeSearch

AWS whitepapers documentation change

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

File: whitepapers/latest/migrating-magento-open-source-adobe-commerce-to-aws/self-managed.md

Summary

Replaced 'Elastic Load Balancing' with 'ELB' in security context and service references

Security assessment

Consistency in service naming. Security group configuration advice remains unchanged.

Diff

diff --git a/whitepapers/latest/migrating-magento-open-source-adobe-commerce-to-aws/self-managed.md b/whitepapers/latest/migrating-magento-open-source-adobe-commerce-to-aws/self-managed.md
index f467b3bcc..1304c233c 100644
--- a//whitepapers/latest/migrating-magento-open-source-adobe-commerce-to-aws/self-managed.md
+++ b//whitepapers/latest/migrating-magento-open-source-adobe-commerce-to-aws/self-managed.md
@@ -57 +57 @@ Running this Quick Start with default parameters for a new VPC deploys and confi
-  * Appropriate security groups for each instance or function to restrict access to only necessary protocols and ports. For example, access to HTTP server ports on Amazon EC2 web servers is limited to Elastic Load Balancing. The security groups also restrict access to Amazon RDS DB instances by web server instances. 
+  * Appropriate security groups for each instance or function to restrict access to only necessary protocols and ports. For example, access to HTTP server ports on Amazon EC2 web servers is limited to ELB. The security groups also restrict access to Amazon RDS DB instances by web server instances. 
@@ -77 +77 @@ Terraform modules on AWS are available in the Terraform registry on the [AWS Int
-  * [Elastic Load Balancing](https://aws.amazon.com/documentation/elastic-load-balancing/) – Elastic Load Balancing automatically distributes incoming application traffic across multiple EC2 instances. 
+  * [ELB](https://aws.amazon.com/documentation/elastic-load-balancing/) – ELB automatically distributes incoming application traffic across multiple EC2 instances.