# Supported Cloud Providers

Pump works across the three major public cloud platforms: Amazon Web Services (AWS), Google Cloud Platform (GCP), and Microsoft Azure. This page provides a clear breakdown of which Pump features are available on each provider, so you know exactly what to expect when you connect your accounts.

| Feature                            | AWS                   | GCP                                 | Azure                          |
| ---------------------------------- | --------------------- | ----------------------------------- | ------------------------------ |
| **Pump Save**                      | ✅ Full support        | ✅ Full support                      | ✅ Full support                 |
| **Commitment Manager**             | ✅ RIs + Savings Plans | ✅ Resource-Based + Spend-Based CUDs | ✅ Reservations + Savings Plans |
| **Infrastructure Recommendations** | ✅ Available           | 🔜 Coming soon                      | 🔜 Coming soon                 |
| **Pump View**                      | ✅ Full support        | ✅ Full support                      | ✅ Full support                 |
| **Playground & Filters**           | ✅ Available           | ✅ Available                         | 🔜 Coming soon                 |
| **Reports**                        | ✅ Available           | ✅ Available                         | 🔜 Coming soon                 |
| **Annotations**                    | ✅ Available           | ✅ Available                         | 🔜 Coming soon                 |
| **Anomaly Detection & Alerts**     | ✅ Available           | ✅ Available                         | 🔜 Coming soon                 |
| **Pump Secure**                    | ✅ Full support        | 🔜 Coming soon                      | 🔜 Coming soon                 |

#### What Pump Manages on AWS

**Commitment types:**

* **Reserved Instances (RIs):** Capacity reservations for specific instance types in specific regions.
* **Savings Plans:** Flexible commitment-based discounts that apply across instance families, regions, and even compute services. Available as Compute Savings Plans, Database Savings Plans, and EC2 Instance Savings Plans.

**Infrastructure Recommendations:**

* **Rightsizing:** Identifies EC2 instances that are over-provisioned relative to actual CPU, memory, and network utilization, and recommends smaller instance types.
* **Modernization:** Flags instances running on older-generation families (e.g., m4, c4) and recommends upgrading to newer, more cost-efficient families (e.g., m7i, c7g).
* **Idle Instance Detection:** Surfaces instances with consistently near-zero utilization so you can terminate or scale down resources you're paying for but not using.

**Security Scanning (Pump Secure):**

* Full assessment against the AWS Well-Architected Framework
* SOC 2 and HIPAA compliance mapping
* Hundreds of automated security checks completed in under 10 minutes

#### What Pump Manages on GCP

**Commitment types:**

* **Resource-Based Committed Use Discounts (CUDs):** Discounts tied to specific machine types and regions. Ideal for predictable workloads with consistent resource requirements.&#x20;
* **Spend-Based Committed Use Discounts (CUDs):** Flexible discounts based on a minimum hourly spend commitment, applicable across eligible GCP services.

**Cost Visibility (Pump View):**

* Full support for the Playground, Reports, Annotations, and Anomaly Detection
* BigQuery billing data integration for detailed cost breakdowns

**Coming soon on GCP:**

* Infrastructure Recommendations (rightsizing, modernization, idle resource detection)
* Pump Secure (security scanning and compliance assessment)<br>

#### What Pump Manages on Azure

**Commitment types:**

* **Azure Reservations:** Capacity reservations for specific resource types (VMs, SQL Database, Cosmos DB, and more) in specific regions.
* **Azure Savings Plans:** Flexible compute discounts that apply across VM families, regions, and Azure compute services. Available as Compute Savings Plans with up to 65% savings.

**Cost Visibility (Pump View):**

* Full support for the Playground, Reports, Annotations, and Anomaly Detection
* Native Azure billing data integration

**Coming soon on Azure:**

* Infrastructure Recommendations (rightsizing, modernization, idle resource detection)
* Pump Secure (security scanning and compliance assessment)


---

# 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/what-is-pump/supported-cloud-providers.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.
