Analyzed
{{ report.analyzed_deployments }}
deployments total
Health Breakdown
Monthly Savings
${{ "%.2f"|format(report.total_monthly_savings_usd) }}
${{ "%.0f"|format(report.total_annual_savings_usd) }}/yr projected
{% else %}Additional Cost Needed
+${{ "%.2f"|format(report.total_monthly_savings_usd|abs) }}
+${{ "%.0f"|format(report.total_annual_savings_usd|abs) }}/yr to right-size
{% endif %}Top Saver
{% if report.top_saver %}{{ report.top_saver.deployment_name }}
{% if report.top_saver.monthly_savings_usd >= 0 %}${{ "%.2f"|format(report.top_saver.monthly_savings_usd) }}/mo
{% else %}+${{ "%.2f"|format(report.top_saver.monthly_savings_usd|abs) }}/mo needed
{% endif %} {% else %}N/A
{% endif %}