Features Pricing Catalog Docs Demos About Sign in Start free
AWS

CloudFront Free Tier

CloudFront Free Tier consumption (1 TB / 10M requests) with burn rate and projected overage.

Tier Explorer
Category Cost
Refresh every 5 min
Scope regional
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

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/cloudfront-free-tier/cloudfront-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-cloudfront-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/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.