AWS
Free Tier Monitor
AWS Free Tier usage against allowances — which services are nearing their limits this month.
Live preview — demo data
What this pane shows
Each tracked Free Tier service with its allowance, actual usage so far, and projected month-end consumption. A coloured progress bar makes "how close to the limit" obvious at a glance; rows in danger of overrunning the allowance are highlighted.
Key use cases
- Demo / proof-of-concept accounts: avoid the surprise bill at month-end.
- Teach a team about cost mechanics by watching the bars fill up.
- Sandbox accounts where the Free Tier is the bulk of the budget.
- Confirm new workloads aren't quietly burning Free Tier benefits used elsewhere.
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/free-tier/free-tier.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-free-tier-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/free-tier/free-tier.js" defer></script>
Tier
Available on Builder and above.
Build notes
No outstanding build notes.