ScoutSuite
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:
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 - Are you able to provide more information with the --debug
flag?