AWS Security ChangesHomeSearch

AWS cloudhsm documentation change

Service: cloudhsm · 2026-01-07 · Documentation low

File: cloudhsm/latest/userguide/java-library-install_5.md

Summary

Added support for OpenJDK 25 and RHEL 10 (both x86_64 and ARM64 architectures), added RHEL 8 ARM64 installation instructions, and removed Ubuntu 20.04 LTS documentation.

Security assessment

The changes update platform compatibility and installation procedures without addressing vulnerabilities or security incidents. Adding new JDK/OS support and removing outdated Ubuntu instructions are routine maintenance updates with no security implications mentioned.

Diff

diff --git a/cloudhsm/latest/userguide/java-library-install_5.md b/cloudhsm/latest/userguide/java-library-install_5.md
index e2061b809..9a8cb9114 100644
--- a//cloudhsm/latest/userguide/java-library-install_5.md
+++ b//cloudhsm/latest/userguide/java-library-install_5.md
@@ -9 +9 @@ Step 1: Install the JCE providerStep 2: Provide credentials to the JCE provider
-The JCE provider for AWS CloudHSM Client SDK 5 is compatible with OpenJDK 8, OpenJDK 11, OpenJDK 17, and OpenJDK 21. You can download both from the [OpenJDK website](https://openjdk.java.net/).
+The JCE provider for AWS CloudHSM Client SDK 5 is compatible with OpenJDK 8, OpenJDK 11, OpenJDK 17, OpenJDK 21, and OpenJDK 25. You can download both from the [OpenJDK website](https://openjdk.java.net/).
@@ -59,0 +60,15 @@ Install the JCE provider for Amazon Linux 2 on ARM64 architecture:
+RHEL 10 (10.0+)
+    
+
+Install the JCE provider for RHEL 10 on x86_64 architecture:
+    
+        $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/EL10/cloudhsm-jce-latest.el10.x86_64.rpm
+    
+        $ sudo yum install ./cloudhsm-jce-latest.el10.x86_64.rpm
+
+Install the JCE provider for RHEL 10 on ARM64 architecture:
+    
+        $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/EL10/cloudhsm-jce-latest.el10.aarch64.rpm
+    
+        $ sudo yum install ./cloudhsm-jce-latest.el10.aarch64.rpm
+
@@ -83,0 +99,6 @@ Install the JCE provider for RHEL 8 on x86_64 architecture:
+Install the JCE provider for RHEL 8 on ARM64 architecture:
+    
+        $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/EL8/cloudhsm-jce-latest.el8.aarch64.rpm
+    
+        $ sudo yum install ./cloudhsm-jce-latest.el8.aarch64.rpm
+
@@ -114,9 +134,0 @@ Install the JCE provider for Ubuntu 22.04 LTS on ARM64 architecture:
-Ubuntu 20.04 LTS
-    
-
-Install the JCE provider for Ubuntu 20.04 LTS on x86_64 architecture:
-    
-        $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/Focal/cloudhsm-jce_latest_u20.04_amd64.deb
-    
-        $ sudo apt install ./cloudhsm-jce_latest_u20.04_amd64.deb
-