AWS Security ChangesHomeSearch

AWS cloudhsm documentation change

Service: cloudhsm · 2025-05-01 · Documentation low

File: cloudhsm/latest/userguide/ksp-v3-library-install.md

Summary

Added PowerShell prompts and call operator to command examples

Security assessment

Modifications are purely syntactic (adding PowerShell prompts). No security features or vulnerabilities are addressed in these changes.

Diff

diff --git a/cloudhsm/latest/userguide/ksp-v3-library-install.md b/cloudhsm/latest/userguide/ksp-v3-library-install.md
index e9a8255c5..a157cb530 100644
--- a//cloudhsm/latest/userguide/ksp-v3-library-install.md
+++ b//cloudhsm/latest/userguide/ksp-v3-library-install.md
@@ -37 +37 @@ This step uses the `-a` parameter of the [Configure tool](./configure-tool.html)
-    C:\Program Files\Amazon\CloudHSM configure.exe -a <HSM ENI IP>
+    PS C:\> & "C:\Program Files\Amazon\CloudHSM\configure.exe" -a <HSM ENI IP>
@@ -61 +61 @@ You can use either of the following commands to determine which providers are in
-    C:\Program Files\Amazon\CloudHSM>ksp_config.exe -enum
+    PS C:\> & "C:\Program Files\Amazon\CloudHSM\ksp_config.exe" -enum
@@ -64 +64 @@ You can use either of the following commands to determine which providers are in
-    C:\Program Files\Amazon\CloudHSM>cng_config.exe -enum
+    PS C:\> & "C:\Program Files\Amazon\CloudHSM\cng_config.exe" -enum
@@ -75 +75 @@ If the CNG provider is missing, run the following command.
-    C:\Program Files\Amazon\CloudHSM>cng_config.exe -register
+    PS C:\> & "C:\Program Files\Amazon\CloudHSM\cng_config.exe" -register
@@ -80 +80 @@ If the KSP provider is missing, run the following command.
-    C:\Program Files\Amazon\CloudHSM>ksp_config.exe -register
+    PS C:\> & "C:\Program Files\Amazon\CloudHSM\ksp_config.exe" -register