AWS cli documentation change
Summary
Added StorageEncryptionType field documentation showing encryption options when promoting read replicas
Security assessment
Added encryption documentation for replica promotion operations. Improves security awareness but doesn't patch a vulnerability.
Diff
diff --git a/cli/latest/reference/rds/promote-read-replica-db-cluster.md b/cli/latest/reference/rds/promote-read-replica-db-cluster.md index de7682b77..5d6cefb8c 100644 --- a//cli/latest/reference/rds/promote-read-replica-db-cluster.md +++ b//cli/latest/reference/rds/promote-read-replica-db-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -464,0 +465,18 @@ DBCluster -> (structure) +> +> StorageEncryptionType -> (string) +> +>> The type of encryption used to protect data at rest in the DB cluster. Possible values: +>> +>> * `none` \- The DB cluster is not encrypted. +>> * `sse-rds` \- The DB cluster is encrypted using an Amazon Web Services owned KMS key. +>> * `sse-kms` \- The DB cluster is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key. +>> + +>> +>> Possible values: +>> +>> * `none` +>> * `sse-kms` +>> * `sse-rds` +>> + @@ -1100 +1118 @@ DBCluster -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »