AWS elasticbeanstalk documentation change
Summary
Updated documentation links, removed repetitive environment filtering notes, and clarified environment termination behavior
Security assessment
Changes include fixing a broken Composer file link (documentation maintenance), removing 4 redundant UI notes about environment filtering (content cleanup), and clarifying that terminating an environment deletes security groups but preserves the application. While security groups are mentioned, this is part of standard resource cleanup documentation rather than addressing a specific vulnerability or introducing new security controls.
Diff
diff --git a/elasticbeanstalk/latest/dg/php-ha-tutorial.md b/elasticbeanstalk/latest/dg/php-ha-tutorial.md index 15d86c6a7..ad3f2c717 100644 --- a//elasticbeanstalk/latest/dg/php-ha-tutorial.md +++ b//elasticbeanstalk/latest/dg/php-ha-tutorial.md @@ -11 +11 @@ This tutorial walks you through the process of [launching an RDS DB instance](./ -The tutorial uses a [sample PHP application](https://github.com/awslabs/eb-demo-php-simple-app) that uses a MySQL database to store user-provided text data. The sample application uses [configuration files](./ebextensions.html) to configure [PHP settings](./create_deploy_PHP.container.html#php-namespaces) and to create a table in the database for the application to use. It also shows how to use a [Composer file](./php-configuration-composer.html) to install packages during deployment. +The tutorial uses a [sample PHP application](https://github.com/awslabs/eb-demo-php-simple-app) that uses a MySQL database to store user-provided text data. The sample application uses [configuration files](./ebextensions.html) to configure [PHP settings](./create_deploy_PHP.container.html#php-namespaces) and to create a table in the database for the application to use. It also shows how to use a [Composer file](./create_deploy_PHP.container.html#php-configuration-composer) to install packages during deployment. @@ -176,4 +175,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. - @@ -203,4 +198,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. - @@ -236,4 +227,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. - @@ -265,4 +252,0 @@ Download the source bundle from GitHub, if you haven't already: [eb-demo-php-sim -###### Note - -If you have many environments, use the search bar to filter the environment list. - @@ -286 +270,3 @@ The site collects user comments and uses a MySQL database to store the data. To -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. @@ -294,4 +279,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. - @@ -305,2 +286,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. -