AWS
Cost Summary
Month-to-date AWS spend by service, region and account, with the top movers since last month.
Live preview — demo data
Same idea on another cloud
What this pane shows
AWS account-level spend for the current month so far, broken down by service, region and (in multi-account organisations) linked account. A 30-day trend line provides context for whether today's burn rate is normal, and a small "top movers" list calls out the services whose cost has changed the most since the previous month.
Key use cases
- Answer "are we on track this month?" without opening Cost Explorer.
- Spot the service or region driving an unexpected uptick before month-end.
- Roll up multi-account spend for a finance update.
- Hand a single screenshot to leadership instead of a 14-page PDF export.
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/cost-summary/cost-summary.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-cost-summary-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/cost-summary/cost-summary.js" defer></script>
Tier
Available on Builder and above.
Build notes
No outstanding build notes.