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
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/config-compliance/config-compliance.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-config-compliance-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/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.