ScoutSuite icon indicating copy to clipboard operation
ScoutSuite copied to clipboard

scout[251] ERROR dynamodb.py L53: Failed to describe DynamoDB table continuous backups: An error occurred (TableNotFoundException) when calling the DescribeContinuousBackups operation: Table not found:

Open yusuf-cochinwala opened this issue 1 year ago • 1 comments

Running scoutsuite using the following command throws a bunch of errors on DynamoDB tables. These tables exist, but are archived. We can see them on the AWS console.

scout aws --exceptions ${CI_PROJECT_DIR}/ci_cd/security_scanning/scoutsuite/scoutsuite-exceptions --ip-ranges ./aws_ip_ranges.json --regions eu-west-2

scout[251] ERROR dynamodb.py L53: Failed to describe DynamoDB table continuous backups: An error occurred (TableNotFoundException) when calling the DescribeContinuousBackups operation: Table not found:

Is there a way to exclude archived tables?

yusuf-cochinwala avatar May 09 '23 12:05 yusuf-cochinwala

@yusuf-cochinwala - Are you able to provide more information with the --debug flag?

liyun-li avatar Jun 02 '23 21:06 liyun-li