AWS elasticbeanstalk documentation change
Summary
Clarified environment termination consequences and application persistence
Security assessment
Added explanation that terminating environments doesn't delete the application itself. This is operational documentation improvement with no direct security impact.
Diff
diff --git a/elasticbeanstalk/latest/dg/php-hawordpress-tutorial.md b/elasticbeanstalk/latest/dg/php-hawordpress-tutorial.md index 838f38293..af249b186 100644 --- a//elasticbeanstalk/latest/dg/php-hawordpress-tutorial.md +++ b//elasticbeanstalk/latest/dg/php-hawordpress-tutorial.md @@ -50 +50 @@ For current information about the compatibility of PHP releases with WordPress v -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. @@ -264,4 +263,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. - @@ -293,4 +288,0 @@ The WordPress application uses a default set of properties that match the ones t -###### Note - -If you have many environments, use the search bar to filter the environment list. - @@ -380,4 +371,0 @@ Upload the source bundle to Elastic Beanstalk to deploy WordPress to your enviro -###### Note - -If you have many environments, use the search bar to filter the environment list. - @@ -403,4 +390,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. - @@ -428,4 +411,0 @@ The hash salt can be any value that meets the [environment property requirements -###### Note - -If you have many environments, use the search bar to filter the environment list. - @@ -490,4 +469,0 @@ Upload the source bundle to Elastic Beanstalk to deploy WordPress to your enviro -###### Note - -If you have many environments, use the search bar to filter the environment list. - @@ -515,4 +490,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. - @@ -555 +527,3 @@ Do not use the update functionality within WordPress or update your source files -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. @@ -563,4 +536,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. - @@ -574,2 +543,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. -