AWS
Config Compliance
AWS Config rules with compliance counts per pack (CIS, PCI, OPS) and non-compliant resources.
Live preview — demo data
What this pane shows
Every AWS Config rule the account has enabled, grouped by conformance pack (CIS, PCI DSS, Operational Best Practices). Each rule shows the compliant and non-compliant resource counts, the most recent evaluation timestamp and a remediation hint. Non-compliant resources expand inline.
Key use cases
- Daily / weekly compliance check across enabled standards.
- Drill into a specific rule's non-compliant resources for remediation.
- Track conformance-pack scores over time.
- Audit which Config rules are actually evaluating during a SOC 2 review.
How to embed
Drop this snippet on any HTML page that loads lp-embed.js. The pane
mounts itself wherever the matching <div> is in the DOM.
<div class="lp-config-compliance-panel"
data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
data-lp-key="<your-access-key>"></script>
<script src="https://lightpane.io/_pane-tests/aws/config-compliance/config-compliance.js"
defer></script>
Tier
Available on Explorer and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.