AWS
Compute Optimizer
AWS Compute Optimizer findings across EC2, EBS, Lambda, ECS and Auto Scaling in one filterable list.
Live preview — demo data
What this pane shows
All recommendations AWS Compute Optimizer has generated for the account: under-provisioned, over-provisioned and optimised resources across EC2 instances, EBS volumes, Lambda functions, ECS task definitions and Auto Scaling groups. Each row carries the current configuration, the recommendation and the projected monthly cost difference.
Key use cases
- Surface the day's top rightsize candidates across the whole compute estate.
- Find under-provisioned resources that are quietly throttling production.
- Validate that recent changes moved a workload into the "optimized" category.
- Filter to a single service to scope a focused tuning sprint.
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-compute-optimizer-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/compute-optimizer/compute-optimizer.js"
defer></script>
Tier
Available on Builder and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.