aws kms decrypt with aws-cli/1.7.X not working #1100
Labels
documentation
This is a problem with documentation.
guidance
Question that needs advice or information.
I cannot decrypt the text with:
aws --version
aws-cli/1.6.10 Python/3.4.0 Linux/3.13.0-36-generic
and
aws-cli/1.7.0 Python/2.7.9 Darwin/14.0.0
and
aws-cli/1.7.1 Python/2.7.9 Darwin/14.0.0
and
aws-cli/1.6.10 Python/2.7.6 Linux/3.13.0-36-generic
(works with version 1.6.10 Python/2.7.6 Darwin/14.0.0)
I try to encrypt a text with:
aws kms encrypt --region eu-west-1 --key-id <key> --plaintext <test> --query CiphertextBlob --output text
I used the output to try the decrypt cmd:
aws kms decrypt --ciphertext-blob <encrypt-output> --region eu-west-1 --query Plaintext --output text --debug
Here is the result:
The text was updated successfully, but these errors were encountered: