AWS elasticbeanstalk documentation change
Summary
Updated tutorial wording, removed redundant environment filtering notes, simplified PHP/Composer installation instructions, and clarified environment termination details.
Security assessment
Changes are editorial improvements and clarifications. No security-specific content was added or modified. Removal of environment filtering notes and termination process clarifications do not impact security posture.
Diff
diff --git a/elasticbeanstalk/latest/dg/php-symfony-tutorial.md b/elasticbeanstalk/latest/dg/php-symfony-tutorial.md index d8c0d508c..774c40acb 100644 --- a//elasticbeanstalk/latest/dg/php-symfony-tutorial.md +++ b//elasticbeanstalk/latest/dg/php-symfony-tutorial.md @@ -32 +32 @@ PrerequisitesLaunch an Elastic Beanstalk environmentInstall Symfony and generate -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. @@ -42 +42 @@ On Linux and macOS, you can use your preferred shell and package manager. On Win -Symfony 4.4.9 requires PHP 7.1.3 or later. It also requires the PHP extensions listed in the [technical requirements](https://symfony.com/doc/4.4/setup.html ) topic in the official Symfony installation documentation. In this tutorial, we use PHP 7.2 and the corresponding Elastic Beanstalk [platform version](https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.PHP). Follow the instructions in the [Setting up your PHP development environment for Elastic Beanstalk](./php-development-environment.html) topic to install PHP and Composer. +Symfony 4.4.9 requires PHP 7.1.3 or later. It also requires the PHP extensions listed in the [technical requirements](https://symfony.com/doc/4.4/setup.html ) topic in the official Symfony installation documentation. In this tutorial, we use PHP 7.2 and the corresponding Elastic Beanstalk [platform version](https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.PHP). Before you proceed, you must install both PHP and Composer. @@ -133,4 +132,0 @@ Upload the source bundle to Elastic Beanstalk to deploy Symfony to your environm -###### Note - -If you have many environments, use the search bar to filter the environment list. - @@ -166,4 +161,0 @@ To serve the Symfony application at the root path, use the Elastic Beanstalk con -###### Note - -If you have many environments, use the search bar to filter the environment list. - @@ -185 +177,3 @@ If you have many environments, use the search bar to filter the environment list -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. @@ -193,4 +186,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. - @@ -204,2 +193,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. -