AWS elasticbeanstalk documentation change
Summary
Updated EB CLI installation link to use a URL fragment for specific section reference
Security assessment
The change only modifies a documentation link structure without introducing or modifying security-related content. No evidence of security vulnerability remediation or security feature addition.
Diff
diff --git a/elasticbeanstalk/latest/dg/create_deploy_docker_ecstutorial.md b/elasticbeanstalk/latest/dg/create_deploy_docker_ecstutorial.md index e3ffc5053..6ba9aff20 100644 --- a//elasticbeanstalk/latest/dg/create_deploy_docker_ecstutorial.md +++ b//elasticbeanstalk/latest/dg/create_deploy_docker_ecstutorial.md @@ -200 +200 @@ Next you will connect to an Amazon EC2 instance in your Elastic Beanstalk enviro -The easiest way to connect to an instance in your environment is by using the EB CLI. To use it, [install the EB CLI](./eb-cli3-install.html), if you haven't done so already. You'll also need to configure your environment with an Amazon EC2 SSH key pair. Use either the console's [security configuration page](./using-features.managing.security.html) or the EB CLI [eb init](./eb3-init.html) command to do that. To connect to an environment instance, use the EB CLI [eb ssh](./eb3-ssh.html) command. +The easiest way to connect to an instance in your environment is by using the EB CLI. To use it, [install the EB CLI](./eb-cli3.html#eb-cli3-install), if you haven't done so already. You'll also need to configure your environment with an Amazon EC2 SSH key pair. Use either the console's [security configuration page](./using-features.managing.security.html) or the EB CLI [eb init](./eb3-init.html) command to do that. To connect to an environment instance, use the EB CLI [eb ssh](./eb3-ssh.html) command.