AWS
Security Recommendations
AWS Security Hub findings across CIS, PCI and AWS Foundational standards, with status and severity.
Live preview — demo data
What this pane shows
Active AWS Security Hub findings rolled up by standard — Center for Internet Security AWS Benchmark, PCI DSS, AWS Foundational Security Best Practices, NIST 800-53 — with each finding's severity, affected resource, age and current workflow status (NEW, NOTIFIED, RESOLVED, SUPPRESSED).
Key use cases
- Daily triage of new high-severity findings across an organisation.
- Track progress against a specific compliance standard.
- Catch findings that have been NEW for too long without being triaged.
- Audit which standards are enabled and how the account scores against each.
How to embed
lp.js is the single-entry loader: it injects the shared LightPane runtime
(and sd-embed.css) once per page. Add this pane's own stylesheet and script;
the pane mounts itself wherever the matching <div> is in the DOM.
<!-- In <head> — this pane's stylesheet -->
<link rel="stylesheet" href="https://lightpane.io/_pane-tests/aws/security-hub/security-hub.css">
<!-- Your access key (inline, or set window.lpEmbed.accessKey from your own JS) -->
<script>window.lpEmbed = { accessKey: "<your-access-key>" };</script>
<!-- Where the pane should appear -->
<div class="lp-security-hub-panel" data-lp-account="<your-account-alias>"></div>
<!-- Before </body> — shared loader + this pane's script -->
<script src="https://lightpane.io/embed/lp.js"></script>
<script src="https://lightpane.io/_pane-tests/aws/security-hub/security-hub.js" defer></script>
Tier
Available on Builder and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.