AWS Security ChangesHomeSearch

AWS cloudhsm documentation change

Service: cloudhsm · 2025-03-30 · Documentation low

File: cloudhsm/latest/userguide/cloudhsm_cli-user-replicate.md

Summary

Updated environment variable examples to use placeholders for role and credentials

Security assessment

Sanitizes examples by removing literal credentials but does not introduce new security documentation.

Diff

diff --git a/cloudhsm/latest/userguide/cloudhsm_cli-user-replicate.md b/cloudhsm/latest/userguide/cloudhsm_cli-user-replicate.md
index a051ade6e..d1ae99abe 100644
--- a/cloudhsm/latest/userguide/cloudhsm_cli-user-replicate.md
+++ b/cloudhsm/latest/userguide/cloudhsm_cli-user-replicate.md
@@ -28 +28 @@ The following types of users can run this command.
-                $ export DESTINATION_CLOUDHSM_ROLE=role
+                $ export DESTINATION_CLOUDHSM_ROLE=<role>
@@ -30 +30 @@ The following types of users can run this command.
-                $ export DESTINATION_CLOUDHSM_PIN=username:password
+                $ export DESTINATION_CLOUDHSM_PIN=<username:password>