You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
AWS DynamoDB can perform server-side encryption using either AWS-managed keys or KMS CMKs. KMS is the preferred approach as it allows control over access to the keys and provides an extra layer of security against accidental data exposure.
Describe the solution you'd like
ScoutSuite should check that all DynamoDB tables are using customer-managed KMS encryption. The encryption settings can be retrieved using the following AWS CLI command:
Is your feature request related to a problem? Please describe.
AWS DynamoDB can perform server-side encryption using either AWS-managed keys or KMS CMKs. KMS is the preferred approach as it allows control over access to the keys and provides an extra layer of security against accidental data exposure.
Describe the solution you'd like
ScoutSuite should check that all DynamoDB tables are using customer-managed KMS encryption. The encryption settings can be retrieved using the following AWS CLI command:
Documentation: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EncryptionAtRest.html
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: