yatas-aws icon indicating copy to clipboard operation
yatas-aws copied to clipboard

AWS_DYN_001 False negative

Open ThomasLachaux opened this issue 1 year ago • 0 comments

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 image

The issue may come that the following command returns null

$ aws dynamodb describe-table --table-name db-1 --query "Table.SSEDescription.Status"
null

ThomasLachaux avatar Nov 23 '22 14:11 ThomasLachaux