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
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/compute-optimizer/compute-optimizer.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-compute-optimizer-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/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.