AWS elasticbeanstalk documentation change
Summary
Updated documentation links, clarified environment termination behavior, and removed redundant notes
Security assessment
Changes involve documentation improvements and link updates without addressing security vulnerabilities or describing security features. The environment termination clarification helps users understand resource cleanup but doesn't directly relate to security issues.
Diff
diff --git a/elasticbeanstalk/latest/dg/create-deploy-python-flask.md b/elasticbeanstalk/latest/dg/create-deploy-python-flask.md index d79552bd1..0ade283af 100644 --- a//elasticbeanstalk/latest/dg/create-deploy-python-flask.md +++ b//elasticbeanstalk/latest/dg/create-deploy-python-flask.md @@ -26 +26 @@ In this tutorial, you’ll do the following: -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. @@ -40 +40 @@ The [Flask](http://flask.pocoo.org/) framework will be installed as part of the -This tutorial also uses the Elastic Beanstalk Command Line Interface (EB CLI). For details on 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). +This tutorial also uses the Elastic Beanstalk Command Line Interface (EB CLI). For details on 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). @@ -252 +252 @@ This will open a browser window using the domain name created for your applicati -If you don't see your application running, or get an error message, see [Troubleshooting Deployments](./troubleshooting-kb.html#troubleshooting-deployments) for help with how to determine the cause of the error. +If you don't see your application running, or get an error message, see [Troubleshooting Deployments](./troubleshooting.html#troubleshooting-deployments) for help with how to determine the cause of the error. @@ -258 +258,3 @@ If you _do_ see your application running, then congratulations, you've deployed -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. @@ -266,4 +267,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. - @@ -277,2 +274,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. -