AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/rds/restore-db-instance-from-s3.md

Summary

Added documentation for StorageEncryptionType parameter describing encryption options for DB instances

Security assessment

Documents encryption options for S3-restored instances but doesn't indicate any security vulnerability being addressed. Enhances security documentation without patching issues.

Diff

diff --git a/cli/latest/reference/rds/restore-db-instance-from-s3.md b/cli/latest/reference/rds/restore-db-instance-from-s3.md
index a7d9a1c7a..8f5df5f4a 100644
--- a//cli/latest/reference/rds/restore-db-instance-from-s3.md
+++ b//cli/latest/reference/rds/restore-db-instance-from-s3.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -1494,0 +1495,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`
+>> 
+
@@ -2006 +2024 @@ DBInstance -> (structure)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »