AWS
AWS Health
AWS Health events: service incidents, scheduled maintenance, security advisories and notifications.
Live preview — demo data
What this pane shows
Active and recent AWS Health events affecting the account: service issues AWS is investigating, scheduled maintenance for RDS / EC2 / ElastiCache, security advisories (Lambda runtime patches, CVE responses), and account-level notifications (quota approvals, regional changes). Events from the paid Health API are labelled separately from the public Service Health Dashboard ones so customers without Business support still see service-level data.
Key use cases
- Confirm an outage in your account is part of a broader AWS service issue.
- Track scheduled-maintenance windows that affect production.
- Catch a security advisory that needs action this week.
- Audit AWS's communication about regional or service changes affecting the account.
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-aws-health-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/aws-health/aws-health.js"
defer></script>
Tier
Available on Explorer and above.
Build notes
No outstanding build notes.