AWS Security ChangesHomeSearch

AWS elasticbeanstalk documentation change

Service: elasticbeanstalk · 2025-06-07 · Documentation low

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

Summary

Removed repetitive notes about using search bar to filter environments and made minor wording changes. Added clarification about resource deletion when terminating environments.

Security assessment

Changes primarily remove redundant UI navigation tips and clarify resource management during environment termination. No security vulnerabilities or security feature enhancements are addressed. The removed notes were usability tips, not security-related content.

Diff

diff --git a/elasticbeanstalk/latest/dg/php-hadrupal-tutorial.md b/elasticbeanstalk/latest/dg/php-hadrupal-tutorial.md
index 217a99045..7b96278f4 100644
--- a//elasticbeanstalk/latest/dg/php-hadrupal-tutorial.md
+++ b//elasticbeanstalk/latest/dg/php-hadrupal-tutorial.md
@@ -38 +38 @@ This tutorial walks you through the process of [launching an RDS DB instance](./
-This tutorial assumes you have knowledge of the basic Elastic Beanstalk operations and the Elastic Beanstalk console. If you haven't already, follow the instructions in [Getting started with Elastic Beanstalk](./GettingStarted.html) to launch your first Elastic Beanstalk environment.
+This tutorial assumes you have knowledge of the basic Elastic Beanstalk operations and the Elastic Beanstalk console. If you haven't already, follow the instructions in [Learn how to get started with Elastic Beanstalk](./GettingStarted.html) to launch your first Elastic Beanstalk environment.
@@ -194,4 +193,0 @@ Add the security group of your DB instance to your running environment. This pro
-###### Note
-
-If you have many environments, use the search bar to filter the environment list.
-
@@ -221,4 +216,0 @@ Next, use environment properties to pass the connection information to your envi
-###### Note
-
-If you have many environments, use the search bar to filter the environment list.
-
@@ -256,4 +247,0 @@ After installing Drupal, you need to connect to the instance with SSH to retriev
-###### Note
-
-If you have many environments, use the search bar to filter the environment list.
-
@@ -385,4 +372,0 @@ Upload the source bundle to Elastic Beanstalk to deploy Drupal to your environme
-###### Note
-
-If you have many environments, use the search bar to filter the environment list.
-
@@ -408,4 +391,0 @@ If you have many environments, use the search bar to filter the environment list
-###### Note
-
-If you have many environments, use the search bar to filter the environment list.
-
@@ -471,4 +450,0 @@ Assign the sync directory path and hash key to environment properties. The custo
-###### Note
-
-If you have many environments, use the search bar to filter the environment list.
-
@@ -525,4 +500,0 @@ Upload the source bundle to Elastic Beanstalk to deploy Drupal to your environme
-###### Note
-
-If you have many environments, use the search bar to filter the environment list.
-
@@ -550,4 +521,0 @@ Finally, configure your environment's Auto Scaling group with a higher minimum i
-###### Note
-
-If you have many environments, use the search bar to filter the environment list.
-
@@ -569 +537,3 @@ To support content uploads across multiple instances, the sample project uses Am
-When you finish working with Elastic Beanstalk, you can terminate your environment. Elastic Beanstalk terminates all AWS resources associated with your environment, such as [Amazon EC2 instances](./using-features.managing.ec2.html), [database instances](./using-features.managing.db.html), [load balancers](./using-features.managing.elb.html), security groups, and [alarms](./using-features.alarms.html#using-features.alarms.title). 
+After you finish working with the demo code, you can terminate your environment. Elastic Beanstalk deletes all related AWS resources, such as [Amazon EC2 instances](./using-features.managing.ec2.html), [database instances](./using-features.managing.db.html), [load balancers](./using-features.managing.elb.html), security groups, and [alarms](./using-features.alarms.html#using-features.alarms.title). 
+
+Removing resources does not delete the Elastic Beanstalk application, so you can create new environments for your application at any time.
@@ -577,4 +546,0 @@ When you finish working with Elastic Beanstalk, you can terminate your environme
-###### Note
-
-If you have many environments, use the search bar to filter the environment list.
-
@@ -588,2 +553,0 @@ If you have many environments, use the search bar to filter the environment list
-With Elastic Beanstalk, you can easily create a new environment for your application at any time.
-
@@ -627 +591 @@ Tutorial - HA WordPress
-Adding a database
+Deploying Python