AWS elasticbeanstalk documentation change
Summary
Updated EB CLI installation link, removed redundant environment filtering notes, and clarified environment termination behavior
Security assessment
Changes involve documentation restructuring, link updates, and clarifications about resource cleanup. No security vulnerabilities or security feature enhancements are mentioned.
Diff
diff --git a/elasticbeanstalk/latest/dg/nodejs-dynamodb-tutorial.md b/elasticbeanstalk/latest/dg/nodejs-dynamodb-tutorial.md index 72a356890..ece08fb50 100644 --- a//elasticbeanstalk/latest/dg/nodejs-dynamodb-tutorial.md +++ b//elasticbeanstalk/latest/dg/nodejs-dynamodb-tutorial.md @@ -64 +64 @@ For details about installing the first three listed components and setting up yo -For details about installing and configuring the EB CLI, see [Install the Elastic Beanstalk Command Line Interface](./eb-cli3-install.html) and [Configure the EB CLI](./eb-cli3-configuration.html). +For details about installing and configuring the EB CLI, see [Install EB CLI with setup script (recommended)](./eb-cli3.html#eb-cli3-install) and [Configure the EB CLI](./eb-cli3-configuration.html). @@ -348,4 +347,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. - @@ -365 +361,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. @@ -373,4 +370,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. - @@ -384,2 +377,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. -