Features Pricing Catalog Docs Demos About Sign in Start free
AWS

App Health

Account-wide operational health scorecard — 15 rules across monitoring, backup, capacity and runtime.

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

What this pane shows

A 0-100 score for the operational health of the AWS account, broken down by rule category: Monitoring (alarm coverage, INSUFFICIENT_DATA streaks), Backup & Retention (RDS retention, log-group retention), Capacity (Single-AZ databases, ASG headroom), Runtime & Versions (deprecated Lambda runtimes, EOL engine versions) and Deployment (failed CloudFormation stacks, drifted templates).

Key use cases

  • Daily operational triage — one number, one screen.
  • Track operational improvements over time as rules pass.
  • Pre-flight a new account against the same rule set as production.
  • Identify the highest-impact operational gaps before a launch.

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/app-health/app-health.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-app-health-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/app-health/app-health.js" defer></script>

Tier

Available on Explorer and above.

Build notes

No outstanding build notes.