AWS Security ChangesHomeSearch

AWS payment-cryptography documentation change

Service: payment-cryptography · 2025-08-01 · Documentation low

File: payment-cryptography/latest/userguide/generate-iCVV.md

Summary

Updated example ARNs by removing AWS account ID placeholder (111122223333) from key identifiers

Security assessment

The change removes a placeholder account ID from example ARNs but does not address a security vulnerability or weakness. This appears to be a documentation standardization update rather than a security fix.

Diff

diff --git a/payment-cryptography/latest/userguide/generate-iCVV.md b/payment-cryptography/latest/userguide/generate-iCVV.md
index 1093fa368..82a2e6047 100644
--- a//payment-cryptography/latest/userguide/generate-iCVV.md
+++ b//payment-cryptography/latest/userguide/generate-iCVV.md
@@ -12 +12 @@ For all available parameters see [CardVerificationValue1](https://docs.aws.amazo
-    $ aws payment-cryptography-data generate-card-validation-data --key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/tqv5yij6wtxx64pi --primary-account-number=171234567890123 --generation-attributes CardVerificationValue1='{CardExpiryDate=1127,ServiceCode=999}'
+    $ aws payment-cryptography-data generate-card-validation-data --key-identifier arn:aws:payment-cryptography:us-east-2::key/tqv5yij6wtxx64pi --primary-account-number=171234567890123 --generation-attributes CardVerificationValue1='{CardExpiryDate=1127,ServiceCode=999}'
@@ -17 +17 @@ For all available parameters see [CardVerificationValue1](https://docs.aws.amazo
-        "KeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/tqv5yij6wtxx64pi",
+        "KeyArn": "arn:aws:payment-cryptography:us-east-2::key/tqv5yij6wtxx64pi",