Analyzed

{{ report.analyzed_deployments }}

deployments total

Health Breakdown

{% if report.under_provisioned_count > 0 %} {{ report.under_provisioned_count }} under {% endif %} {% if report.right_sized_count > 0 %} {{ report.right_sized_count }} ok {% endif %} {% if report.over_provisioned_count > 0 %} {{ report.over_provisioned_count }} over {% endif %}
{% if report.total_monthly_savings_usd >= 0 %}

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 %}