AWS
Data Transfer Hotspots
Where AWS data-transfer cost is coming from — NAT, cross-region, cross-AZ, CloudFront, ranked.
Live preview — demo data
What this pane shows
A ranked breakdown of data-transfer charges across the account: NAT Gateway egress, cross-region replication, cross-AZ traffic, CloudFront, ALB / API Gateway egress. Includes a flow diagram showing source-region → destination so the relationship is obvious; the table below ranks individual lines by monthly cost.
Key use cases
- Find the single biggest data-transfer cost driver — usually one NAT or one cross-region replica.
- Justify the work to move a container-image pull to ECR-via-VPC-endpoint.
- Spot a backup or replication path that's running across a more expensive boundary than it needs to.
- Plan a regional layout change with concrete "this costs $X today" numbers.
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-data-transfer-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/data-transfer/data-transfer.js"
defer></script>
Tier
Available on Explorer and above.
Build notes
No outstanding build notes.