AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-19 · Documentation medium

File: cli/latest/reference/rds/failover-db-cluster.md

Summary

Added documentation for StorageEncryptionType field describing encryption types during failover operations

Security assessment

Documents encryption status visibility (none/sse-kms/sse-rds) during cluster failovers. This enhances security documentation but shows no signs of patching a specific vulnerability.

Diff

diff --git a/cli/latest/reference/rds/failover-db-cluster.md b/cli/latest/reference/rds/failover-db-cluster.md
index 5cdd2a4be..6e37f7b89 100644
--- a//cli/latest/reference/rds/failover-db-cluster.md
+++ b//cli/latest/reference/rds/failover-db-cluster.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -444,0 +445,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`
+>> 
+
@@ -1080 +1098 @@ DBCluster -> (structure)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »