# Resources

{% hint style="info" %}
The Resources feature is currently supported for [GCP](/google-cloud/onboarding.md), and [AWS](/aws/onboarding.md) only.
{% endhint %}

Economize monitors active resources in your account for the connected cloud providers. This action generates an active resources report, which provides visibility into all the currently operational resources and the associated costs incurred by each resource. Resources examples include GCP VM Instances, Amazon S3 buckets, etc.

<figure><img src="/files/Eqz1dkIFbLTHjQjodyEi" alt=""><figcaption></figcaption></figure>

The Resources provide you with the following information and controls:

## Information

| Column                    | Description                                                |
| ------------------------- | ---------------------------------------------------------- |
| Resource name             | The unique identifier/ name of the resource                |
| Labels (GCP) / Tags (AWS) | Any tags or labels assigned to the resource                |
| Created on                | The date when the resource was created                     |
| Asset type                | The type of asset or cloud service the resource belongs to |
| Location                  | The assocaited location with the resource                  |
| Incurred cost             | The monetary cost associated with utilizing the resource   |

## Controls

| Control          | Use case                                                                                    |
| ---------------- | ------------------------------------------------------------------------------------------- |
| Project selector | Select the project for which data will be displayed                                         |
| Date selector    | Allows filtering the displayed data by selecting a specific month                           |
| Search bar       | Enables querying the data using resource name                                               |
| Filters          | Applies filters to narrow down the data displayed based on asset types or associated labels |

## How to enable Resources to analyze all assets within your cloud environment?

### GCP Resources

To analyze all assets in your GCP project you will need to enable the [**Cloud Asset API**](https://console.cloud.google.com/marketplace/product/google/cloudasset.googleapis.com) within the GCP console for that specific project, which manages the history and inventory of all resources helping you to discover, monitor, and analyze all your assets in one place.

<figure><img src="/files/C6Aq4gahVymFGEPSlPtn" alt="" width="563"><figcaption></figcaption></figure>

### AWS Resources

To analyze all resources in your AWS account you will need to enable [**AWS Resource Explorer**](https://resource-explorer.console.aws.amazon.com/resource-explorer/home#/home) within the AWS console, as it helps to efficiently search for and discover your resources across AWS Regions and accounts.

Refer to the official AWS documentation below to learn how to Set up and configure AWS Resource Explorer:

{% embed url="<https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-setting-up.html>" %}

To enable Resource Explorer across multiple integarted accounts with Economize at once, follow the following steps:

1. Navigate to [Quick Setup](https://us-east-1.console.aws.amazon.com/systems-manager/quick-setup?region=us-east-1) within the Systems Manager console.
2. Click on **Get started**.

<figure><img src="/files/JC4YyboBX5qPEnfJAdrV" alt="" width="563"><figcaption></figcaption></figure>

3. Choose **Config Recording**.

<figure><img src="/files/amTYRcyUEnZMrxLqxrZF" alt="" width="375"><figcaption></figcaption></figure>

4. Let all the configuration settings remain as default.
5. Click on **Create**.

<figure><img src="/files/ygmVQKrCHuqcsS02TT6E" alt="" width="208"><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://docs.economize.cloud/product-features/explorer/resources.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.
