AWS Security ChangesHomeSearch

AWS payment-cryptography documentation change

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

File: payment-cryptography/latest/userguide/verify-pin-data.md

Summary

Updated example ARNs by removing account IDs from resource identifiers

Security assessment

Change removes placeholder account IDs from example ARNs but does not address security vulnerabilities or document security features. This appears to be a documentation normalization for example consistency.

Diff

diff --git a/payment-cryptography/latest/userguide/verify-pin-data.md b/payment-cryptography/latest/userguide/verify-pin-data.md
index d0f29f822..43d3f01a4 100644
--- a//payment-cryptography/latest/userguide/verify-pin-data.md
+++ b//payment-cryptography/latest/userguide/verify-pin-data.md
@@ -18 +18 @@ If AWS Payment Cryptography is able to validate the pin, an http/200 is returned
-    $ aws payment-cryptography-data verify-pin-data --verification-key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/37y2tsl45p5zjbh2 --encryption-key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/ivi5ksfsuplneuyt --primary-account-number 171234567890123 --pin-block-format ISO_FORMAT_0  --verification-attributes VisaPin="{PinVerificationKeyIndex=1,VerificationValue=5507}" --encrypted-pin-block AC17DC148BDA645E 
+    $ aws payment-cryptography-data verify-pin-data --verification-key-identifier arn:aws:payment-cryptography:us-east-2::key/37y2tsl45p5zjbh2 --encryption-key-identifier arn:aws:payment-cryptography:us-east-2::key/ivi5ksfsuplneuyt --primary-account-number 171234567890123 --pin-block-format ISO_FORMAT_0  --verification-attributes VisaPin="{PinVerificationKeyIndex=1,VerificationValue=5507}" --encrypted-pin-block AC17DC148BDA645E 
@@ -23 +23 @@ If AWS Payment Cryptography is able to validate the pin, an http/200 is returned
-                "VerificationKeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/37y2tsl45p5zjbh2",
+                "VerificationKeyArn": "arn:aws:payment-cryptography:us-east-2::key/37y2tsl45p5zjbh2",
@@ -25 +25 @@ If AWS Payment Cryptography is able to validate the pin, an http/200 is returned
-                "EncryptionKeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/ivi5ksfsuplneuyt",
+                "EncryptionKeyArn": "arn:aws:payment-cryptography:us-east-2::key/ivi5ksfsuplneuyt",