AWS
Route53
Route 53 hosted zones, DNS records and health checks — DNS state for the account in one view.
Live preview — demo data
What this pane shows
Three stacked sections: hosted zones (public + private) with record counts; records inside a selected zone with their type, target, TTL and any associated health-check status; and health checks with their endpoint, current status and last-failure timestamp.
Key use cases
- Audit a domain's DNS records during a migration.
- Find a record pointing at a decommissioned endpoint.
- Confirm DNS-failover health checks are firing for resilience.
- Quickly answer "what does record X resolve to?" without console access.
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-route53-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/route53/route53.js"
defer></script>
Tier
Available on Explorer and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.