AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.27.49 to 2.27.50, removed 'AWS' branding from OpsWorks CM references, and clarified credential storage practices.
Security assessment
Changes emphasize credential handling practices but do not introduce new security documentation. Clarification about credentials not being stored appears to be existing security practice documentation rather than new information.
Diff
diff --git a/cli/latest/reference/opsworks-cm/describe-servers.md b/cli/latest/reference/opsworks-cm/describe-servers.md index c71ead426..b44b88d46 100644 --- a//cli/latest/reference/opsworks-cm/describe-servers.md +++ b//cli/latest/reference/opsworks-cm/describe-servers.md @@ -15 +15 @@ - * [AWS CLI 2.27.49 Command Reference](../../index.html) » + * [AWS CLI 2.27.50 Command Reference](../../index.html) » @@ -60 +60 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Lists all configuration management servers that are identified with your account. Only the stored results from Amazon DynamoDB are returned. AWS OpsWorks CM does not query other services. +Lists all configuration management servers that are identified with your account. Only the stored results from Amazon DynamoDB are returned. OpsWorks CM does not query other services. @@ -339 +339 @@ Servers -> (list) ->>> The response of a createServer() request returns the master credential to access the server in EngineAttributes. These credentials are not stored by AWS OpsWorks CM; they are returned only as part of the result of createServer(). +>>> The response of a createServer() request returns the master credential to access the server in EngineAttributes. These credentials are not stored by OpsWorks CM; they are returned only as part of the result of createServer(). @@ -343 +343 @@ Servers -> (list) ->>> * `CHEF_AUTOMATE_PIVOTAL_KEY` : A base64-encoded RSA private key that is generated by AWS OpsWorks for Chef Automate. This private key is required to access the Chef API. +>>> * `CHEF_AUTOMATE_PIVOTAL_KEY` : A base64-encoded RSA private key that is generated by OpsWorks for Chef Automate. This private key is required to access the Chef API. @@ -437 +437 @@ NextToken -> (string) - * [AWS CLI 2.27.49 Command Reference](../../index.html) » + * [AWS CLI 2.27.50 Command Reference](../../index.html) »