AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-22 · Documentation low

File: cli/latest/reference/dms/import-certificate.md

Summary

Updated AWS CLI version and added --kms-key-id parameter documentation for certificate encryption

Security assessment

Added documentation about encrypting certificates with KMS keys, enhancing security documentation but not fixing a vulnerability

Diff

diff --git a/cli/latest/reference/dms/import-certificate.md b/cli/latest/reference/dms/import-certificate.md
index 682bfac48..54d35b799 100644
--- a//cli/latest/reference/dms/import-certificate.md
+++ b//cli/latest/reference/dms/import-certificate.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.3 Command Reference](../../index.html) »
@@ -70,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/dms-20
+    [--kms-key-id <value>]
@@ -153,0 +155,8 @@ JSON Syntax:
+`--kms-key-id` (string)
+
+> An KMS key identifier that is used to encrypt the certificate.
+> 
+> If you don’t specify a value for the `KmsKeyId` parameter, then DMS uses your default encryption key.
+> 
+> KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
+
@@ -295,0 +305,8 @@ Certificate -> (structure)
+> 
+> KmsKeyId -> (string)
+>
+>> An KMS key identifier that is used to encrypt the certificate.
+>> 
+>> If you don’t specify a value for the `KmsKeyId` parameter, then DMS uses your default encryption key.
+>> 
+>> KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
@@ -307 +324 @@ Certificate -> (structure)
-  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.3 Command Reference](../../index.html) »