AWS
Cost by Tag
AWS spend grouped by a tag (Environment, Team, Application) — what each slice of the account costs.
Live preview — demo data
What this pane shows
Monthly spend split by the values of a tag key, so an Environment tag would yield Production / Staging / Development totals; a Team tag would yield per-team costs. Includes untagged resources called out separately so coverage gaps are visible. Driven by AWS Cost Explorer's group-by-tag query.
Key use cases
- Show-back: bill departments or teams for their share of the cloud bill.
- Find the cost of running staging or development environments.
- Quantify how much spend is on untagged resources (typically what governance work needs to tackle).
- Compare cost per environment month-over-month.
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-cost-by-tag-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/cost-by-tag/cost-by-tag.js"
defer></script>
Tier
Available on Builder and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.