AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added documentation for 'StorageEncryptionType' field in instance automated backups

Security assessment

Documents backup encryption types without indicating security vulnerabilities. Improves security feature transparency but doesn't address specific security issues.

Diff

diff --git a/cli/latest/reference/rds/describe-db-instance-automated-backups.md b/cli/latest/reference/rds/describe-db-instance-automated-backups.md
index 7e68c7001..ddb391dc8 100644
--- a//cli/latest/reference/rds/describe-db-instance-automated-backups.md
+++ b//cli/latest/reference/rds/describe-db-instance-automated-backups.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -459,0 +460,18 @@ DBInstanceAutomatedBackups -> (list)
+>> 
+>> 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`
+>>> 
+
@@ -587 +605 @@ DBInstanceAutomatedBackups -> (list)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »