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
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/route53/route53.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-route53-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/route53/route53.js" defer></script>
Tier
Available on Explorer and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.