Features Pricing Catalog Docs Demos About Sign in Start free
AWS

Cw Alarms

Every CloudWatch alarm with state, threshold, the metric driving it and a recent sparkline.

Tier Explorer
Category Operations
Refresh every 4 min
Scope regional
Live preview — demo data

What this pane shows

Account-wide CloudWatch alarms grouped by state. Each row shows the alarm name, metric and namespace, current threshold, and a sparkline of the underlying metric over the last few hours. Alarms in ALARM state are surfaced first; alarms in INSUFFICIENT_DATA (often a sign the metric source has gone away) are called out separately.

Key use cases

  • Daily triage: catch alarms that have been ALARM for too long.
  • Spot alarms stuck in INSUFFICIENT_DATA (the metric source disappeared).
  • Audit alarm hygiene before an on-call rotation handoff.
  • Investigate which metric pattern triggered an alert overnight.

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-cw-alarms-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/cw-alarms/cw-alarms.js"
        defer></script>

Tier

Available on Explorer and above.

Build notes

Mock-only at the moment — live-wiring tracked in the roadmap.