AWS Security ChangesHomeSearch

AWS payment-cryptography documentation change

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

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

Summary

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

Security assessment

Routine update to example resource identifiers. No security implications identified in the change description or context.

Diff

diff --git a/payment-cryptography/latest/userguide/generate-pvv.md b/payment-cryptography/latest/userguide/generate-pvv.md
index c1ae95159..b84827de8 100644
--- a//payment-cryptography/latest/userguide/generate-pvv.md
+++ b//payment-cryptography/latest/userguide/generate-pvv.md
@@ -12 +12 @@ This command requires that the key is of type `TR31_V2_VISA_PIN_VERIFICATION_KEY
-    $ aws payment-cryptography-data generate-pin-data --generation-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 --generation-attributes VisaPin={PinVerificationKeyIndex=1}
+    $ aws payment-cryptography-data generate-pin-data --generation-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 --generation-attributes VisaPin={PinVerificationKeyIndex=1}
@@ -16 +16 @@ This command requires that the key is of type `TR31_V2_VISA_PIN_VERIFICATION_KEY
-                "GenerationKeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/37y2tsl45p5zjbh2",
+                "GenerationKeyArn": "arn:aws:payment-cryptography:us-east-2::key/37y2tsl45p5zjbh2",
@@ -18 +18 @@ This command requires that the key is of type `TR31_V2_VISA_PIN_VERIFICATION_KEY
-                "EncryptionKeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/ivi5ksfsuplneuyt",
+                "EncryptionKeyArn": "arn:aws:payment-cryptography:us-east-2::key/ivi5ksfsuplneuyt",