AWS cli documentation change
Summary
Updated AWS CLI version and added documentation for KmsKeyId field in Certificates response, explaining KMS encryption usage for certificates
Security assessment
Added documentation about KMS encryption for certificates, which is a security feature, but no evidence of addressing a specific vulnerability
Diff
diff --git a/cli/latest/reference/dms/describe-certificates.md b/cli/latest/reference/dms/describe-certificates.md index aa29e623c..f4255dfaa 100644 --- a//cli/latest/reference/dms/describe-certificates.md +++ b//cli/latest/reference/dms/describe-certificates.md @@ -15 +15 @@ - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) » @@ -336,0 +337,8 @@ Certificates -> (list) +>> +>> 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. @@ -348 +356 @@ Certificates -> (list) - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) »