AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/kms_example_kms_Sign_section.md

Summary

Updated AWS CLI version reference from 'CLI 2.0' to 'CLI v2' in message encoding instructions

Security assessment

The change is a version notation update without any security implications. It does not introduce or modify security features.

Diff

diff --git a/code-library/latest/ug/kms_example_kms_Sign_section.md b/code-library/latest/ug/kms_example_kms_Sign_section.md
index 78b1ac4d8..780512d1c 100644
--- a//code-library/latest/ug/kms_example_kms_Sign_section.md
+++ b//code-library/latest/ug/kms_example_kms_Sign_section.md
@@ -30 +30 @@ You must specify a message to sign and a signing algorithm that your asymmetric
-In AWS CLI 2.0, the value of the `message` parameter must be Base64-encoded. Or, you can save the message in a file and use the `fileb://` prefix, which tells the AWS CLI to read binary data from the file.
+In AWS CLI v2, the value of the `message` parameter must be Base64-encoded. Or, you can save the message in a file and use the `fileb://` prefix, which tells the AWS CLI to read binary data from the file.