AWS Security Hub Excel Pipeline

Problem

GRC and security teams need repeatable, Excel-ready reports from AWS Security Hub instead of ad-hoc JSON exports.

Solution Overview

Serverless pipeline that queries Security Hub, transforms findings with Python and pandas, and generates Excel workbooks stored in S3.

Architecture

Uses AWS Lambda, Security Hub, S3, and CloudFormation for repeatable Infrastructure as Code deployment.

Excel Reports

Produces filterable Excel sheets by account, severity, region, and control for GRC and audit workflows.

Impact

Reduces manual reporting time and provides consistent, audit-ready artifacts for compliance and risk reviews.

← Back to Home  |  View on GitHub