AWS Security ChangesHomeSearch

AWS parallelcluster documentation change

Service: parallelcluster · 2025-08-16 · Documentation low

File: parallelcluster/latest/ug/Image-v3.md

Summary

Updated KMS key ARN example to use specific region (us-east-1) and account ID (111122223333) in JSON configuration

Security assessment

Example update uses standard AWS placeholder values for consistency. No security implications or feature changes related to encryption.

Diff

diff --git a/parallelcluster/latest/ug/Image-v3.md b/parallelcluster/latest/ug/Image-v3.md
index 7c9675298..5ecaef7dd 100644
--- a//parallelcluster/latest/ug/Image-v3.md
+++ b//parallelcluster/latest/ug/Image-v3.md
@@ -79 +79 @@ JSON
-                    "arn:aws:kms:<AWS_REGION>:<AWS_ACCOUNT_ID>:key/<AWS_KMS_KEY_ID>"
+                    "arn:aws:kms:us-east-1:111122223333:key/<AWS_KMS_KEY_ID>"