AWS whitepapers documentation change
Summary
Replaced 'ELB' with 'Elastic Load Balancing' in security groups context and service documentation link
Security assessment
Terminology standardization. Security group principle (restricting access) remains unchanged and unaffected by this update.
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 1304c233c..f467b3bcc 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 ELB. 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 Elastic Load Balancing. 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 - * [ELB](https://aws.amazon.com/documentation/elastic-load-balancing/) – ELB automatically distributes incoming application traffic across multiple EC2 instances. + * [Elastic Load Balancing](https://aws.amazon.com/documentation/elastic-load-balancing/) – Elastic Load Balancing automatically distributes incoming application traffic across multiple EC2 instances.