0Pricing
AWS Security Academy · Lesson

Insights and Custom Finding Actions

Group related findings and trigger workflows from Security Hub.

Insights and Custom Finding Actions is a free AWS Security Academy lesson on CoddyKit — lesson 4 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the AWS Security Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

From Many Findings to Meaning

A long list of normalized findings is still hard to act on. Security Hub adds two tools to turn that list into focused action: insights that group related findings, and custom actions that let you trigger workflows from selected findings.

What an Insight Is

A Security Hub insight is a saved grouping of findings collected by a filter and a "group by" attribute. For example, an insight could group active findings by resource to reveal which resources have the most problems. Insights surface patterns that single findings hide.

Managed Insights

Security Hub ships with managed insights out of the box, such as "AWS resources with the most findings" or "S3 buckets with public access". These pre-built groupings give immediate value, highlighting hotspots without you defining anything.

Custom Insights

You can also build custom insights tailored to your concerns, filtering on any ASFF field and grouping by another. A team might create an insight for High-severity findings grouped by account, focusing attention exactly where their risk lies.

Why Grouping Helps

Grouping converts noise into priorities. Instead of scrolling thousands of findings, an insight tells you "these five resources account for most of the risk." This drives remediation toward the highest-impact fixes, supporting the prioritization the exam values.

Custom Actions Defined

A custom action in Security Hub is a named trigger you attach to findings. When an analyst selects findings and chooses that action, Security Hub emits an event to EventBridge. This is the bridge from human triage to automated response.

Custom Actions to EventBridge

Each custom action has its own ARN and produces an EventBridge event carrying the selected findings. An EventBridge rule then routes that event to a target, such as a Lambda function, a Step Functions workflow, or a ticketing integration, to remediate or escalate.

Manual versus Automatic Response

Custom actions enable analyst-initiated response: a human reviews and then clicks to remediate. For fully automatic response, you instead match findings directly with EventBridge rules so action happens without a person. Knowing both patterns helps you pick the right one.

Automation Rules

Security Hub also offers automation rules that automatically update findings, for example raising severity or changing workflow status when criteria match. These rules refine the finding stream before it ever reaches an analyst or downstream automation.

Automation Rule Criteria

Automation rules act when a finding matches defined criteria on ASFF fields, then apply changes like setting severity, updating workflow status, or adding a note. For example, a rule could automatically suppress low-severity findings from a known test account. This refines the stream consistently, before analysts or downstream automation ever see it.

Automatic Versus Manual Patterns

To choose between patterns, ask whether a human should review first. Custom actions suit judgment-heavy responses an analyst initiates; direct EventBridge rules suit clear-cut, high-volume findings that should be remediated instantly without waiting. Many teams combine both: auto-remediate the obvious, and route the ambiguous to analysts via custom actions.

Quick Check

Connect findings to response.

Recap

Security Hub insights group findings by a filter and attribute (managed or custom) to reveal where risk concentrates. Custom actions let an analyst send selected findings to EventBridge for response, while direct EventBridge rules enable fully automatic remediation and automation rules auto-update findings. Together they turn aggregated findings into workflows.

Frequently asked questions

Is the “Insights and Custom Finding Actions” lesson free?

Yes — the full text of “Insights and Custom Finding Actions” is free to read here on the web, and the AWS Security Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the AWS Security Academy course, upgrade to CoddyKit PRO.

What will I learn in “Insights and Custom Finding Actions”?

Group related findings and trigger workflows from Security Hub. You practise AWS Security Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start AWS Security Academy?

No prior experience is required. AWS Security Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 4 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Insights and Custom Finding Actions” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this AWS Security Academy lesson?

Yes. Every AWS Security Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. What Security Hub Aggregates
  2. Security Standards and Compliance Scores
  3. The ASFF Finding Format
  4. Insights and Custom Finding Actions
← Back to AWS Security Academy