AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/rds/promote-read-replica.md

Summary

Added StorageEncryptionType field documentation showing encryption options when promoting read replicas

Security assessment

Documented encryption types during replica promotion. Enhances security documentation without addressing a specific security incident.

Diff

diff --git a/cli/latest/reference/rds/promote-read-replica.md b/cli/latest/reference/rds/promote-read-replica.md
index 63fad1c7a..4b28f55bf 100644
--- a//cli/latest/reference/rds/promote-read-replica.md
+++ b//cli/latest/reference/rds/promote-read-replica.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -915,0 +916,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`
+>> 
+
@@ -1427 +1445 @@ DBInstance -> (structure)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »