AWS Security ChangesHomeSearch

AWS payment-cryptography documentation change

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

File: payment-cryptography/latest/userguide/verify-cvv2.md

Summary

Removed AWS account ID from example KeyArn in CVV2 verification command

Security assessment

Standardizes example ARN format without account ID. No security context or vulnerability addressed in the change.

Diff

diff --git a/payment-cryptography/latest/userguide/verify-cvv2.md b/payment-cryptography/latest/userguide/verify-cvv2.md
index 259508438..bbbc39148 100644
--- a//payment-cryptography/latest/userguide/verify-cvv2.md
+++ b//payment-cryptography/latest/userguide/verify-cvv2.md
@@ -12 +12 @@ For all available parameters see [CardVerificationValue2](https://docs.aws.amazo
-    $ aws payment-cryptography-data verify-card-validation-data --key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/tqv5yij6wtxx64pi --primary-account-number=171234567890123 --verification-attributes CardVerificationValue2={CardExpiryDate=0123} --validation-data 801
+    $ aws payment-cryptography-data verify-card-validation-data --key-identifier arn:aws:payment-cryptography:us-east-2::key/tqv5yij6wtxx64pi --primary-account-number=171234567890123 --verification-attributes CardVerificationValue2={CardExpiryDate=0123} --validation-data 801
@@ -18 +18 @@ For all available parameters see [CardVerificationValue2](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",