AWS
CloudFront Free Tier
CloudFront Free Tier consumption (1 TB / 10M requests) with burn rate and projected overage.
Live preview — demo data
What this pane shows
CloudFront's per-distribution Free Tier consumption (1 TB of data transfer out plus 10 million requests per month, applicable to most distributions). A burn-rate trend lets you spot a viral asset or unexpected traffic shift early. Projected month-end usage is shown against the allowance.
Key use cases
- Watch a new public asset's traffic before it eats the whole monthly allowance.
- Catch scraper or bot traffic skewing the egress total.
- Plan when a public site's popularity will push it past Free Tier.
- Prove a static-site setup is still within free limits during a marketing push.
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-cloudfront-free-tier-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/cloudfront-free-tier/cloudfront-free-tier.js"
defer></script>
Tier
Available on Explorer and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.