AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/rds/start-db-instance-automated-backups-replication.md

Summary

Added documentation for StorageEncryptionType parameter describing backup encryption options

Security assessment

Explains encryption types for automated backups but doesn't indicate any security incident response. Improves documentation of existing security features.

Diff

diff --git a/cli/latest/reference/rds/start-db-instance-automated-backups-replication.md b/cli/latest/reference/rds/start-db-instance-automated-backups-replication.md
index b24c02bd4..051969c08 100644
--- a//cli/latest/reference/rds/start-db-instance-automated-backups-replication.md
+++ b//cli/latest/reference/rds/start-db-instance-automated-backups-replication.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -414,0 +415,18 @@ DBInstanceAutomatedBackup -> (structure)
+> 
+> StorageEncryptionType -> (string)
+>
+>> The type of encryption used to protect data at rest in the automated backup. Possible values:
+>> 
+>>   * `none` \- The automated backup is not encrypted.
+>>   * `sse-rds` \- The automated backup is encrypted using an Amazon Web Services owned KMS key.
+>>   * `sse-kms` \- The automated backup is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.
+>> 
+
+>> 
+>> Possible values:
+>> 
+>>   * `none`
+>>   * `sse-kms`
+>>   * `sse-rds`
+>> 
+
@@ -542 +560 @@ DBInstanceAutomatedBackup -> (structure)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »