AWS cli documentation change
Summary
Added StorageEncryptionType field documentation showing encryption options for read replica instances
Security assessment
Documents encryption types (none, sse-rds, sse-kms) for read replicas without evidence of security vulnerability - improves security feature documentation
Diff
diff --git a/cli/latest/reference/rds/create-db-instance-read-replica.md b/cli/latest/reference/rds/create-db-instance-read-replica.md index bf356aa94..43a4bc4aa 100644 --- a//cli/latest/reference/rds/create-db-instance-read-replica.md +++ b//cli/latest/reference/rds/create-db-instance-read-replica.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -1586,0 +1587,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` +>> + @@ -2098 +2116 @@ DBInstance -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »