AWS Security ChangesHomeSearch

AWS elasticbeanstalk documentation change

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

File: elasticbeanstalk/latest/dg/php-hawordpress-tutorial.md

Summary

Updated terminology from 'Auto Scaling group' to 'Amazon EC2 Auto Scaling group' throughout the document for consistency and clarity

Security assessment

The changes are purely terminological updates to use the full service name ('Amazon EC2 Auto Scaling group') rather than the abbreviated form. No security vulnerabilities, configurations, or features are added or modified. The high availability recommendation (min 2 instances) remains unchanged as a reliability best practice.

Diff

diff --git a/elasticbeanstalk/latest/dg/php-hawordpress-tutorial.md b/elasticbeanstalk/latest/dg/php-hawordpress-tutorial.md
index 5ef2433a6..5c5722f75 100644
--- a//elasticbeanstalk/latest/dg/php-hawordpress-tutorial.md
+++ b//elasticbeanstalk/latest/dg/php-hawordpress-tutorial.md
@@ -5 +5 @@
-PrerequisitesLaunch a DB instance in Amazon RDSDownload WordPressLaunch an Elastic Beanstalk environmentConfigure security groups and environment propertiesConfigure and deploy your applicationInstall WordPressUpdate keys and saltsRemove access restrictionsConfigure your Auto Scaling groupUpgrade WordPressClean upNext steps
+PrerequisitesLaunch a DB instance in Amazon RDSDownload WordPressLaunch an Elastic Beanstalk environmentConfigure security groups and environment propertiesConfigure and deploy your applicationInstall WordPressUpdate keys and saltsRemove access restrictionsConfigure your Amazon EC2 Auto Scaling groupUpgrade WordPressClean upNext steps
@@ -37 +37 @@ For current information about the compatibility of PHP releases with WordPress v
-  * Configure your Auto Scaling group
+  * Configure your Amazon EC2 Auto Scaling group
@@ -136 +136 @@ This is the same security group that you'll attach to your Elastic Beanstalk env
-  10. For **Source** , type `sg-` to view a list of available security groups. Choose the security group that's associated with the Auto Scaling group that's used with your Elastic Beanstalk environment. This is so that Amazon EC2 instances in the environment can have access to the database.
+  10. For **Source** , type `sg-` to view a list of available security groups. Choose the security group that's associated with the Amazon EC2 Auto Scaling group that's used with your Elastic Beanstalk environment. This is so that Amazon EC2 instances in the environment can have access to the database.
@@ -219 +219 @@ Each platform runs a specific set of software, configuration files, and scripts
-  * **Load balancer** – An Elastic Load Balancing load balancer configured to distribute requests to the instances running your application. A load balancer also eliminates the need to expose your instances directly to the internet.
+  * **Load balancer** – An ELB load balancer configured to distribute requests to the instances running your application. A load balancer also eliminates the need to expose your instances directly to the internet.
@@ -223 +223 @@ Each platform runs a specific set of software, configuration files, and scripts
-  * **Auto Scaling group** – An Auto Scaling group configured to replace an instance if it is terminated or becomes unavailable.
+  * **Amazon EC2 Auto Scaling group** – An Amazon EC2 Auto Scaling group configured to replace an instance if it is terminated or becomes unavailable.
@@ -227 +227 @@ Each platform runs a specific set of software, configuration files, and scripts
-  * **Amazon CloudWatch alarms** – Two CloudWatch alarms that monitor the load on the instances in your environment and that are triggered if the load is too high or too low. When an alarm is triggered, your Auto Scaling group scales up or down in response.
+  * **Amazon CloudWatch alarms** – Two CloudWatch alarms that monitor the load on the instances in your environment and that are triggered if the load is too high or too low. When an alarm is triggered, your Amazon EC2 Auto Scaling group scales up or down in response.
@@ -481 +481 @@ Upload the source bundle to Elastic Beanstalk to deploy WordPress to your enviro
-## Configure your Auto Scaling group
+## Configure your Amazon EC2 Auto Scaling group
@@ -483 +483 @@ Upload the source bundle to Elastic Beanstalk to deploy WordPress to your enviro
-Finally, configure your environment's Auto Scaling group with a higher minimum instance count. Run at least two instances at all times to prevent the web servers in your environment from being a single point of failure. This also allows you to deploy changes without taking your site out of service.
+Finally, configure your environment's Amazon EC2 Auto Scaling group with a higher minimum instance count. Run at least two instances at all times to prevent the web servers in your environment from being a single point of failure. This also allows you to deploy changes without taking your site out of service.
@@ -485 +485 @@ Finally, configure your environment's Auto Scaling group with a higher minimum i
-###### To configure your environment's Auto Scaling group for high availability
+###### To configure your environment's Amazon EC2 Auto Scaling group for high availability
@@ -495 +495 @@ Finally, configure your environment's Auto Scaling group with a higher minimum i
-  5. In the **Auto Scaling group** section, set **Min instances** to `2`.
+  5. In the **Amazon EC2 Auto Scaling group** section, set **Min instances** to `2`.