AWS
CloudWatch Logs Storage
Every CloudWatch Log Group with volume, retention, last event and monthly storage cost.
Live preview — demo data
What this pane shows
All CloudWatch Log Groups in the account with their stored bytes, retention setting (or "Never expire" if unset), monthly storage cost at $0.03/GB, and the timestamp of the most recent event. A horizontal bar chart shows the top consumers by volume; log groups with no retention policy (a cost leak) are surfaced.
Key use cases
- Find log groups quietly costing thousands per month on "Never expire".
- Identify the noisiest log producers before adding a log filter or sampling.
- Audit retention compliance across production log groups.
- Plan a lifecycle policy roll-out with concrete dollar savings per change.
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-cw-logs-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/cw-logs/cw-logs.js"
defer></script>
Tier
Available on Explorer and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.