AWS elasticbeanstalk documentation change
Summary
Updated tutorial text with minor wording changes, removed redundant environment filtering notes, simplified PHP setup instructions by removing explicit topic reference, and clarified environment termination consequences
Security assessment
Changes are editorial improvements and content reorganization. No security vulnerabilities or security features are mentioned. The removal of PHP environment setup topic reference doesn't explicitly impact security documentation.
Diff
diff --git a/elasticbeanstalk/latest/dg/php-laravel-tutorial.md b/elasticbeanstalk/latest/dg/php-laravel-tutorial.md index 9946fcea0..bfbadad09 100644 --- a//elasticbeanstalk/latest/dg/php-laravel-tutorial.md +++ b//elasticbeanstalk/latest/dg/php-laravel-tutorial.md @@ -34 +34 @@ Laravel is an open source, model-view-controller (MVC) framework for PHP. This t -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. @@ -44 +44 @@ On Linux and macOS, you can use your preferred shell and package manager. On Win -Laravel 6 requires PHP 7.2 or later. It also requires the PHP extensions listed in the [server requirements](https://laravel.com/docs/6.x/installation#server-requirements) topic in the official Laravel documentation. Follow the instructions in the topic [Setting up your PHP development environment for Elastic Beanstalk](./php-development-environment.html) to install PHP and Composer. +Laravel 6 requires PHP 7.2 or later. It also requires the PHP extensions listed in the [server requirements](https://laravel.com/docs/6.x/installation#server-requirements) topic in the official Laravel documentation. Follow the instructions to install PHP and Composer. @@ -130,4 +129,0 @@ Upload the source bundle to Elastic Beanstalk to deploy Laravel to your environm -###### Note - -If you have many environments, use the search bar to filter the environment list. - @@ -165,4 +160,0 @@ To serve the Laravel 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. - @@ -196,4 +187,0 @@ Launch an RDS DB instance in your Elastic Beanstalk environment. You can use MyS -###### Note - -If you have many environments, use the search bar to filter the environment list. - @@ -272,4 +259,0 @@ When the DB instance has finished launching, bundle and deploy the updated appli -###### Note - -If you have many environments, use the search bar to filter the environment list. - @@ -291 +275,3 @@ Deploying a new version of your application takes less than a minute. When the d -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. @@ -299,4 +284,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. - @@ -310,2 +291,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. - @@ -356 +336 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Sample applications and tutorials +Adding a database