> For the complete documentation index, see [llms.txt](https://help.usedotted.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.usedotted.com/en/dotted-platform/effective-savings-rate.md).

# Effective Savings Rate

1. **Determine Original Cost:** Gather data on the total amount you would have spent on AWS services without utilizing any cost-saving mechanisms like RIs or Savings Plans. This is your original cost, calculated based on On-Demand prices for the same services and usage.
2. **Calculate Net Savings:** Subtract any additional costs or adjustments from the total savings. This gives you the net amount saved through cost-saving measures.
3. **Calculate Effective Savings Rate (ESR):** Divide the net savings by the original cost and multiply by 100 to get the percentage.

Mathematically, the effective savings rate (ESR) can be represented as:

<figure><img src="/files/ZfjVpSulRAm2WjNFgveu" alt="" width="254"><figcaption></figcaption></figure>

Here's the modified example calculation:

Let's say your original cost, calculated using On-Demand prices for the same services and usage, was $15,000. Your total actual expenditure on AWS services for a month was $10,000. Let's assume there were additional costs such as data transfer fees, amounting to $1,000. Thus, your net savings would be $15,000 - $10,000 - $1,000 = $4,000.

<figure><img src="/files/F4QgDzJSC6ILKr2C8lmW" alt="" width="287"><figcaption></figcaption></figure>

So, your effective savings rate would be approximately 26.67%.

This adjustment incorporates any additional costs or adjustments into the calculation of net savings, providing a more accurate representation of the overall savings achieved.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.usedotted.com/en/dotted-platform/effective-savings-rate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
