{% if result %}
No issues were found.
{% endif %}| Service | Requests | Input | Output | Total |
|---|---|---|---|---|
| {{ backend.backend_id|replace('_', ' ') |title }} | {{ backend.request_count }} | {{ '$%.6f'|format(backend.estimated_input_cost_usd) if backend.estimated_input_cost_usd is not none else '—' }} | {{ '$%.6f'|format(backend.estimated_output_cost_usd) if backend.estimated_output_cost_usd is not none else '—' }} | {{ '$%.6f'|format(backend.estimated_total_cost_usd) if backend.estimated_total_cost_usd is not none else 'Not priced' }} |
| No paid AWS service is enabled. | ||||
| Estimated total | {{ '$%.6f'|format(result.cost_estimate.estimated_total_cost_usd) if result.cost_estimate.estimated_total_cost_usd is not none else 'Not priced' }} | |||