AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-13 · Documentation medium

File: cli/latest/reference/opsworks-cm/associate-node.md

Summary

Updated security parameter name from CHEF_NODE_PUBLIC_KEY to CHEF_AUTOMATE_NODE_PUBLIC_KEY and AWS Cloudformation to CloudFormation

Security assessment

Corrects documentation for a security-related parameter (public key authentication) but does not indicate a security vulnerability. The change improves accuracy of security feature documentation.

Diff

diff --git a/cli/latest/reference/opsworks-cm/associate-node.md b/cli/latest/reference/opsworks-cm/associate-node.md
index d1e693301..6a2c13d65 100644
--- a//cli/latest/reference/opsworks-cm/associate-node.md
+++ b//cli/latest/reference/opsworks-cm/associate-node.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.49 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.50 Command Reference](../../index.html) »
@@ -64 +64 @@ On a Chef server: This command is an alternative to `knife bootstrap` .
-Example (Chef): `aws opsworks-cm associate-node --server-name *MyServer* --node-name *MyManagedNode* --engine-attributes "Name=*CHEF_ORGANIZATION* ,Value=default" "Name=*CHEF_NODE_PUBLIC_KEY* ,Value=*public-key-pem* "`
+Example (Chef): `aws opsworks-cm associate-node --server-name *MyServer* --node-name *MyManagedNode* --engine-attributes "Name=*CHEF_ORGANIZATION* ,Value=default" "Name=*CHEF_AUTOMATE_NODE_PUBLIC_KEY* ,Value=*public-key-pem* "`
@@ -70 +70 @@ Example (Puppet): `aws opsworks-cm associate-node --server-name *MyServer* --nod
-A node can can only be associated with servers that are in a `HEALTHY` state. Otherwise, an `InvalidStateException` is thrown. A `ResourceNotFoundException` is thrown when the server does not exist. A `ValidationException` is raised when parameters of the request are not valid. The AssociateNode API call can be integrated into Auto Scaling configurations, AWS Cloudformation templates, or the user data of a server’s instance.
+A node can can only be associated with servers that are in a `HEALTHY` state. Otherwise, an `InvalidStateException` is thrown. A `ResourceNotFoundException` is thrown when the server does not exist. A `ValidationException` is raised when parameters of the request are not valid. The AssociateNode API call can be integrated into Auto Scaling configurations, CloudFormation templates, or the user data of a server’s instance.
@@ -120 +120 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/opswor
->   * `CHEF_NODE_PUBLIC_KEY` : A PEM-formatted public key. This key is required for the `chef-client` agent to access the Chef API.
+>   * `CHEF_AUTOMATE_NODE_PUBLIC_KEY` : A PEM-formatted public key. This key is required for the `chef-client` agent to access the Chef API.
@@ -301 +301 @@ NodeAssociationStatusToken -> (string)
-  * [AWS CLI 2.27.49 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.50 Command Reference](../../index.html) »