Three live cloud accounts, presented through LightPane.
dynamiccloud.info is a public demonstration estate — real, production-grade AWS, GCP and Azure accounts. It exists to show how LightPane performs live service discovery across every cloud and presents the resulting data — every pane on this site is rendered live from the underlying accounts, over 120 services in all.
Every angle on the cloud — across three providers.
The guided dashboard and the Cloud Desktop both pull real-time state directly from the provider APIs through LightPane's service-discovery layer. No nightly extracts, no data warehouse — what you see is what is in the accounts right now.
Every service the accounts use across AWS, GCP and Azure, fetched live on each request and cached intelligently per tier. Compute, storage, networking, security, identity, monitoring — all in one place.
Region-map and global-search panes aggregate deployments across every region of every cloud in one fan-out request. Find a misplaced bucket — in AWS, GCP or Azure — in seconds, not minutes.
Incident-composer correlates CloudWatch alarms, CloudTrail mutating events, AWS Health and Service Health Dashboard postings into a single ordered timeline.
Substring match against names, IDs and tag values across every service, in every region, in every cloud. Type a tag value, see every resource carrying it, anywhere in the estate.
MTD totals, per-service breakdown, anomaly detection, forecast, cost-by-tag, data-transfer hotspots, RI / Savings-Plan utilisation, rightsizing and Compute Optimizer recommendations.
Free Tier monitor and CloudFront-specific Free Tier pane track usage against AWS allowances and project end-of-month consumption. See approaching overages before they bill.
Prefer to arrange the panes yourself? Open the Cloud Desktop.
The dashboard is the opinionated view. The Cloud Desktop is the freeform one — a workspace-style canvas where you launch any pane from the dock, drag and resize them, overlap them like a normal desktop, and spread work across multiple workspaces. Layouts save automatically, so the arrangement you build is the one you come back to.
It spans all three clouds: launch AWS, GCP and Azure panes side by side, retarget any pane at a different account or region from its binding strip, and use the dock search to find a resource by name, ID or tag and jump straight to its inventory pane. Three pre-built demonstration dashboards show the kind of layouts you can assemble.
Every information pane can be embedded in any webpage you like, with five lines of code.
The panes on the dashboard are not bespoke — they are the same drop-in components LightPane ships to customers. Paste five lines into a runbook, a status page, an internal wiki, an incident channel, and the pane reflects your live AWS account exactly the way it does here.
<!-- Add to any page -->
<link rel="stylesheet" href="https://lightpane.io/embed/sd-embed.css">
<script src="https://lightpane.io/embed/sd-embed.js" defer></script>
<div class="sd-embed" data-service="ec2"
data-access-key="lp_ak_..."></div>
The same pattern works for every pane on the
dashboard — swap data-service and
you have the pane running on your page.
How the underlying account is built.
The site presented here is not a sandbox. It is a real, production-grade AWS architecture serving live traffic — CloudFront, Lambda behind API Gateway, DynamoDB, an EC2 log-processing worker, cross-region replication for availability, and a complete observability loop. The architecture pages walk through every piece, with diagrams and the LightPane panes that surface each component. Real GCP and Azure accounts are linked alongside it, so the multi-cloud panes on the Cloud Desktop render from live data too.
What is LightPane?
LightPane is a cloud-infrastructure visibility product built around embeddable JavaScript panes. Drop a pane into any page — a runbook, a status site, an internal tool — and it reflects the live state of your AWS, GCP or Azure account. dynamiccloud.info is three accounts across three clouds, one site, fully wired up.
Visit lightpane.io →