terraform-aws-security-hub-report

Security Hub Auto Reports

A Terraform module plus three Python Lambdas that pull AWS Security Hub findings from every account in an AWS Organization (or an explicit list) in parallel, merge them into one Excel workbook in S3, and announce it on Slack, Microsoft Teams and/or SNS. It runs on an EventBridge schedule, monthly by default, and is deployed once per customer from a tfvars file.

Architecture

What a run produces

See the sample report for what the workbook looks like.

Where to go next