# Running your Savings Estimate

**Step 1:** Visit the Pump Dashboard.

**Step 2:** Click Finish Step 1 or Self-serve

<figure><img src="https://44033590-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9AjQj4Qn0NOuXDBL27jQ%2Fuploads%2Fy6dHFHRX7GSXAHAOecrQ%2Fimage.png?alt=media&#x26;token=5bb2d680-e291-4436-899a-9b8fc914400e" alt=""><figcaption></figcaption></figure>

**Step 3:** Click Connect AWS

<figure><img src="https://44033590-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9AjQj4Qn0NOuXDBL27jQ%2Fuploads%2Ffz0EnOKh0XEaJsJJe4em%2Fimage.png?alt=media&#x26;token=b4942f08-9df7-47c8-8121-d7972544a9c3" alt=""><figcaption></figcaption></figure>

**Step 4:** Create a Read Only Cloud Stack Formation (we only take permissions to see your past cost data and predict how much we could save you!)

Here are the permissions we ask for to calculate a savings estimate (we don't have permission to make any changes, these are just **read/get permissions.**

```plaintext
"Action": [
    "account:GetContactInformation",
    "application-autoscaling:Describe*",
    "autoscaling:Describe*",
    "aws-portal:ViewBilling",
    "aws-portal:ViewUsage",
    "billing:Get*",
    "budgets:Describe*",
    "budgets:View*",
    "ce:*",
    "cloudwatch:Describe*",
    "cloudwatch:Get*",
    "cloudwatch:List*",
    "consolidatedbilling:Get*",
    "consolidatedbilling:List*",
    "cur:*",
    "dynamodb:Describe*",
    "ec2:Describe*",
    "ec2:GetCapacityReservationUsage",
    "ec2:GetReservedInstancesExchangeQuote",
    "ecs:Describe*",
    "ecs:List*",
    "eks:Describe*",
    "eks:List*",
    "elasticache:Describe*",
    "elasticache:List*",
    "es:Describe*",
    "es:List*",
    "freetier:Get*",
    "iam:Get*",
    "iam:List*",
    "lambda:Describe*",
    "medialive:Describe*",
    "medialive:List*",
    "organizations:Describe*",
    "organizations:List*",
    "payments:Get*",
    "payments:List*",
    "pricing:DescribeServices",
    "pricing:GetAttributeValues",
    "pricing:GetProducts",
    "rds:Describe*",
    "rds:List*",
    "redshift:Describe*",
    "redshift:GetReservedNodeExchangeConfigurationOptions",
    "redshift:GetReservedNodeExchangeOfferings",
    "savingsplans:Describe*",
    "servicequotas:Get*",
    "servicequotas:List*",
    "tag:Get*",
    "tax:Get*",
    "tax:List*",
    "transfer:Describe*",
    "transfer:List*"
],
"Resource": "*",
"Effect": "Allow" 
```

<figure><img src="https://44033590-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9AjQj4Qn0NOuXDBL27jQ%2Fuploads%2Fkqaq9HA7M4sh3iognKL1%2Fimage.png?alt=media&#x26;token=3bf0e21a-312d-43de-9dca-4f9e1965a642" alt=""><figcaption></figcaption></figure>

In 60 seconds or so, you can see your savings estimate on what we can realistically save you (independent of your past Reserved Instance and Savings Plan purchases). We calculate this based on your current Cloud Spend usage and estimate how much you could save further with Pump's model **for free**.

**Step 5:** View Estimate

See example here ⬇

<figure><img src="https://44033590-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9AjQj4Qn0NOuXDBL27jQ%2Fuploads%2FPejKDQpxLCg4B15ajvuc%2Fimage.png?alt=media&#x26;token=a970118d-968b-4c95-9598-824ff9c669e0" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.pump.co/getting-started/joining-pump/running-your-savings-estimate.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.
