AWS Health
AWS Health events: service incidents, scheduled maintenance, security advisories and notifications.
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
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/aws-health/aws-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-aws-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/aws-health/aws-health.js" defer></script>
Tier
Available on Explorer and above.
Build notes
No outstanding build notes.