AWS elasticbeanstalk documentation change
Summary
Updated AWS documentation URLs to include double slashes and fixed CLI examples link
Security assessment
Formatting fixes for URLs and links. No changes to security practices or documentation of new security features.
Diff
diff --git a/elasticbeanstalk/latest/dg/AWSHowTo.secrets.env-vars.md b/elasticbeanstalk/latest/dg/AWSHowTo.secrets.env-vars.md index 03d4d3165..e7e6abd65 100644 --- a//elasticbeanstalk/latest/dg/AWSHowTo.secrets.env-vars.md +++ b//elasticbeanstalk/latest/dg/AWSHowTo.secrets.env-vars.md @@ -212 +212 @@ The next example configures environment variables, named `MY_SECRET`and `MY_PARA -You can configure secrets and parameters as environment variables using the [AWS SDKs](https://docs.aws.amazon.com/code-library/). Similar to the `update-environment` and `create-environment` AWS CLI commands mentioned in the previous section, you can use the [CreateEnvironment](https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_CreateEnvironment.html) and [UpdateEnvironment](https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_UpdateEnvironment.html) API actions. Use the `OptionSettings` request parameter to specify the options of the [aws:elasticbeanstalk:application:environmentsecrets](./command-options-general.html#command-options-general-elasticbeanstalk-application-environmentsecrets) namespace. +You can configure secrets and parameters as environment variables using the [AWS SDKs](https://docs.aws.amazon.com//code-library/). Similar to the `update-environment` and `create-environment` AWS CLI commands mentioned in the previous section, you can use the [CreateEnvironment](https://docs.aws.amazon.com//elasticbeanstalk/latest/api/API_CreateEnvironment.html) and [UpdateEnvironment](https://docs.aws.amazon.com//elasticbeanstalk/latest/api/API_UpdateEnvironment.html) API actions. Use the `OptionSettings` request parameter to specify the options of the [aws:elasticbeanstalk:application:environmentsecrets](./command-options-general.html#command-options-general-elasticbeanstalk-application-environmentsecrets) namespace. @@ -220 +220 @@ This topic recommends best practices for your application to use environment sec -To trigger your Elastic Beanstalk environment to refetch the latest values of the secrets from their secret stores, we recommend that you run either the `UpdateEnvironment` or `RestartAppServer` operation. You can run these operations using the Elastic Beanstalk console, the AWS CLI, or the Elastic Beanstalk API. For more information, see [_AWS CLI examples for Elastic Beanstalk_](https://docs.aws.amazon.com/cli/latest/userguide/cli_elastic-beanstalk_code_examples.html), or the [AWS Elastic Beanstalk API Reference](https://docs.aws.amazon.com/elasticbeanstalk/latest/api/). +To trigger your Elastic Beanstalk environment to refetch the latest values of the secrets from their secret stores, we recommend that you run either the `UpdateEnvironment` or `RestartAppServer` operation. You can run these operations using the Elastic Beanstalk console, the AWS CLI, or the Elastic Beanstalk API. For more information, see [_AWS CLI examples for Elastic Beanstalk_](https://docs.aws.amazon.com//cli/latest/userguide/cli_elastic-beanstalk_code_examples.html), or the [AWS Elastic Beanstalk API Reference](https://docs.aws.amazon.com/elasticbeanstalk/latest/api/).