AWS cli documentation change
Summary
Updated AWS CLI version reference and added StorageEncryptionType documentation for DB instance encryption
Security assessment
Documented encryption types for DB instances without evidence of security incident remediation. Enhances security feature documentation but doesn't resolve vulnerabilities.
Diff
diff --git a/cli/latest/reference/rds/stop-db-instance.md b/cli/latest/reference/rds/stop-db-instance.md index fd5adbe37..2186c837e 100644 --- a//cli/latest/reference/rds/stop-db-instance.md +++ b//cli/latest/reference/rds/stop-db-instance.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -808,0 +809,18 @@ DBInstance -> (structure) +> +> StorageEncryptionType -> (string) +> +>> The type of encryption used to protect data at rest in the DB instance. Possible values: +>> +>> * `none` \- The DB instance is not encrypted. +>> * `sse-rds` \- The DB instance is encrypted using an Amazon Web Services owned KMS key. +>> * `sse-kms` \- The DB instance is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key. +>> + +>> +>> Possible values: +>> +>> * `none` +>> * `sse-kms` +>> * `sse-rds` +>> + @@ -1320 +1338 @@ DBInstance -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »