AWS payment-cryptography documentation change
Summary
Removed AWS account IDs from example generation and encryption KeyArns
Security assessment
Updates example ARNs to omit account IDs for consistency. No indication of security vulnerability remediation or new security documentation.
Diff
diff --git a/payment-cryptography/latest/userguide/verify-pin-data.ibm3624-example.md b/payment-cryptography/latest/userguide/verify-pin-data.ibm3624-example.md index 4969fb7a4..6f17c1136 100644 --- a//payment-cryptography/latest/userguide/verify-pin-data.ibm3624-example.md +++ b//payment-cryptography/latest/userguide/verify-pin-data.ibm3624-example.md @@ -12 +12 @@ This command requires that the pin generation key is of type `TR31_V1_IBM3624_PI - $ 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 Ibm3624RandomPin="{DecimalizationTable=9876543210654321,PinValidationDataPadCharacter=D,PinValidationData=171234567890123}" + $ 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 Ibm3624RandomPin="{DecimalizationTable=9876543210654321,PinValidationDataPadCharacter=D,PinValidationData=171234567890123}" @@ -16 +16 @@ This command requires that the pin generation key is of type `TR31_V1_IBM3624_PI - "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 pin generation key is of type `TR31_V1_IBM3624_PI - "EncryptionKeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/ivi5ksfsuplneuyt", + "EncryptionKeyArn": "arn:aws:payment-cryptography:us-east-2::key/ivi5ksfsuplneuyt",