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
I work on a project where all DynamoDB tables are maked as wrong on check AWS_DYN_001
❌ AWS_DYN_001 Dynamodbs are encrypted - 0/9
Dynamodb encryption is not enabled on db-1
Dynamodb encryption is not enabled on db-2
Dynamodb encryption is not enabled on db-3
However, on the AWS Console, the table is encrypted
The issue may come that the following command returns null
I work on a project where all DynamoDB tables are maked as wrong on check AWS_DYN_001
However, on the AWS Console, the table is encrypted
The issue may come that the following command returns null
$ aws dynamodb describe-table --table-name db-1 --query "Table.SSEDescription.Status" null
The text was updated successfully, but these errors were encountered: