AWS
RI & Savings Plans
Reserved Instances and Savings Plans coverage, utilisation and uncovered on-demand usage.
Live preview — demo data
What this pane shows
Two stacked sections: active commitments (Reserved Instances and Savings Plans) with their current utilisation percentage, and uncovered eligible usage that's still on-demand. A scorecard at the top summarises coverage, utilisation and the estimated monthly savings if uncovered usage moved onto a commitment.
Key use cases
- Catch under-utilised RIs or Savings Plans that aren't saving what they should.
- Identify steady-state on-demand usage that's a candidate for a new commitment.
- Plan the renewal cycle: which commitments expire when, and at what coverage rate.
- Build a quarterly review showing total committed-vs-flexible spend mix.
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/ri-savings/ri-savings.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-ri-savings-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/ri-savings/ri-savings.js" defer></script>
Tier
Available on Builder and above.
Build notes
No outstanding build notes.