The Invisible Part of the Iceberg: AWS Security Hub
Posted on June 24, 2026 • 6 min read • 1,121 wordsGuardDuty, Macie, Inspector… each AWS service shows only one facet of your security. AWS Security Hub aggregates everything hidden below the surface: findings, compliance standards, and a security score, in a single view. An overview of this centralization service.

When we talk about security on AWS, we first think of the visible services: GuardDuty detecting threats, Macie watching sensitive data, Inspector scanning vulnerabilities. These are the tips of the iceberg poking above the water. But beneath the surface lies a far larger mass: hundreds of scattered findings, compliance rules to follow, multiple accounts to correlate. AWS Security Hub is precisely the service that makes that invisible part usable, by gathering it into a single view.
AWS Security Hub is a Cloud Security Posture Management service. Its role isn’t to detect threats itself, but to centralize, normalize, and prioritize the alerts produced by the other security services — whether AWS or third-party.
Concretely, it offers three things:
It’s the control tower above your security services: without it, each service speaks in its own corner.
On any reasonably serious AWS account, security alerts come from everywhere:
Multiply that across multiple accounts and multiple regions, and you get a flood of findings, each in its own dashboard, with its own format. Impossible to know what’s urgent — or even to see everything.
It’s this submerged mass — invisible because it’s scattered — that Security Hub brings to the surface and organizes.
Security Hub normalizes all findings into a common format, the AWS Security Finding Format (ASFF). Whether an alert comes from GuardDuty, Inspector, or a third-party tool, it is described with the same fields (severity, affected resource, type, recommendation). No more heterogeneous formats: everything becomes comparable and filterable.
Security Hub continuously runs automated checks against security frameworks:
Each control is evaluated (passed / failed) and contributes to the score.
From the controls, Security Hub computes a compliance percentage per standard and overall. It’s a simple indicator to track over time and present to leadership: “we went from 68% to 91% FSBP compliance this quarter.”
Security Hub’s value comes from what it knows how to listen to. Its main sources:
| Source | What it brings |
|---|---|
| Amazon GuardDuty | Threat detection (suspicious behavior) |
| Amazon Inspector | Vulnerabilities (CVEs) on EC2, containers, Lambda |
| Amazon Macie | Discovery of sensitive data in S3 |
| IAM Access Analyzer | Resources exposed or shared too broadly |
| AWS Config | Configuration compliance (the controls engine) |
| Third-party partners | External security tools compatible with ASFF |
On the output side, Security Hub can send its findings to Amazon EventBridge (to automate a response), to Amazon Security Lake, or to your ticketing and SIEM tools.
Good to know: Security Hub relies on AWS Config to run its controls. Config must therefore be enabled to benefit from the compliance standards.
If you use AWS Organizations, designate a delegated administrator account for Security Hub. It will aggregate findings from all member accounts — this is where the iceberg metaphor fully makes sense: a single console for the entire organization.
Configure cross-region aggregation to bring findings from all your regions back into a primary region.
Create automation rules to, for example, automatically raise the severity of a finding on a critical resource, or suppress known false positives.
Through EventBridge, trigger actions on certain findings: SNS notification, a Lambda remediation function, ticket creation.
Security Hub follows a pay-as-you-go model, based mainly on two elements:
AWS offers a 30-day free trial to assess the volume — and therefore the cost — before committing.
For up-to-date pricing, see: AWS Security Hub Pricing
Cost tip: disable standards you don’t use and limit checks to the regions actually in use. A large part of the bill comes from controls running in unused regions.
AWS Security Hub makes no noise: it doesn’t detect, it doesn’t alert on the front line. Its role is quieter, but essential — to reveal and organize that invisible part of your security, the part that, scattered across services, accounts, and regions, always ends up escaping attention. By aggregating findings, measuring compliance, and assigning a score, it turns a chaos of alerts into a readable, steerable security posture.
Enabled alone, GuardDuty or Inspector lights up one facet. Connected to Security Hub, they finally reveal the entire iceberg.