AWS cli documentation change
Summary
Added StorageEncryptionType field documentation showing encryption options for DB snapshots
Security assessment
Added documentation about snapshot encryption options. Improves security guidance but isn't fixing an existing security issue.
Diff
diff --git a/cli/latest/reference/rds/modify-db-snapshot.md b/cli/latest/reference/rds/modify-db-snapshot.md index 14756448d..cf2436fef 100644 --- a//cli/latest/reference/rds/modify-db-snapshot.md +++ b//cli/latest/reference/rds/modify-db-snapshot.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -383,0 +384,18 @@ DBSnapshot -> (structure) +> +> StorageEncryptionType -> (string) +> +>> The type of encryption used to protect data at rest in the DB snapshot. Possible values: +>> +>> * `none` \- The DB snapshot is not encrypted. +>> * `sse-rds` \- The DB snapshot is encrypted using an Amazon Web Services owned KMS key. +>> * `sse-kms` \- The DB snapshot is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key. +>> + +>> +>> Possible values: +>> +>> * `none` +>> * `sse-kms` +>> * `sse-rds` +>> + @@ -559 +577 @@ DBSnapshot -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »