AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added documentation for StorageEncryptionType field describing encryption types during global cluster failover

Security assessment

Adds encryption type details (none/sse-kms/sse-rds) to global cluster failover documentation. Improves security transparency without evidence of vulnerability resolution.

Diff

diff --git a/cli/latest/reference/rds/failover-global-cluster.md b/cli/latest/reference/rds/failover-global-cluster.md
index 17bbbf6dd..9474d21d2 100644
--- a//cli/latest/reference/rds/failover-global-cluster.md
+++ b//cli/latest/reference/rds/failover-global-cluster.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -314,0 +315,18 @@ GlobalCluster -> (structure)
+> 
+> StorageEncryptionType -> (string)
+>
+>> The type of encryption used to protect data at rest in the global database cluster. Possible values:
+>> 
+>>   * `none` \- The global database cluster is not encrypted.
+>>   * `sse-rds` \- The global database cluster is encrypted using an Amazon Web Services owned KMS key.
+>>   * `sse-kms` \- The global database cluster is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.
+>> 
+
+>> 
+>> Possible values:
+>> 
+>>   * `none`
+>>   * `sse-kms`
+>>   * `sse-rds`
+>> 
+
@@ -436 +454 @@ GlobalCluster -> (structure)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »