> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infraudit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Browse and filter your cloud resource inventory

> Use the Resources section to browse every cloud resource InfraAudit discovers, filter by type, region, or provider, and view per-resource drift and cost data.

The **Resources** section lists every cloud resource InfraAudit has discovered across all your connected providers. It's the inventory layer that everything else builds on — drift findings, vulnerability results, cost allocations, and compliance failures all reference a specific resource in this list.

## Resource list

The resource table shows the following columns:

| Column        | Description                                                      |
| ------------- | ---------------------------------------------------------------- |
| **Name**      | Resource's display name or ID                                    |
| **Type**      | Resource type: `ec2_instance`, `s3_bucket`, `rds_instance`, etc. |
| **Provider**  | The cloud account the resource belongs to                        |
| **Region**    | AWS region, GCP zone, Azure location, or Kubernetes cluster name |
| **Status**    | `active`, `stopped`, or `deleted`                                |
| **Last seen** | When InfraAudit last synced this resource                        |

## Filtering

Use the filter bar above the table to narrow the list by:

* **Provider** — one or more connected accounts
* **Type** — resource type (multi-select)
* **Region** — one or more regions
* **Status** — active, stopped, or deleted
* **Tag** — key/value tag search (AWS tags, GCP labels, Azure tags)

Filters are applied client-side, so results update without a page reload.

## Resource detail

Click any resource to open the detail panel. The panel has several tabs:

<AccordionGroup>
  <Accordion title="Overview tab">
    * External ID (ARN, URI, or provider ID)
    * Region and account
    * Tags and labels
    * Last configuration snapshot (raw JSON)
    * Status history
  </Accordion>

  <Accordion title="Drifts tab">
    A timeline of drift findings for this resource. Each drift shows the type (configuration, security, or compliance), severity, detected time, and current status.
  </Accordion>

  <Accordion title="Vulnerabilities tab">
    CVEs matched against this resource, sorted by CVSS score. Each row links to the NVD advisory for that CVE.
  </Accordion>

  <Accordion title="Cost tab">
    Monthly spend attributed to this resource for the last 6 months, if billing data is available for the resource type.
  </Accordion>

  <Accordion title="Recommendations tab">
    AI-generated or rule-based suggestions specific to this resource. Click **Generate recommendation** to request a fresh one on demand.
  </Accordion>
</AccordionGroup>

## Supported resource types

| Provider       | Resource types                                                                                                       |
| -------------- | -------------------------------------------------------------------------------------------------------------------- |
| **AWS**        | EC2 instances, S3 buckets, RDS instances, Lambda functions, CloudFront distributions, VPCs, subnets, security groups |
| **GCP**        | Compute instances, Cloud Storage buckets, BigQuery datasets, GKE clusters                                            |
| **Azure**      | Virtual machines, storage accounts, SQL servers                                                                      |
| **Kubernetes** | Deployments, pods, services, namespaces                                                                              |

## Exporting the inventory

From the resource list, click **Export** to download a CSV of the current filtered view. The CSV includes all visible columns, the resource's external ID, and tags.

## Manual resource actions

From the resource detail panel you can trigger actions directly against a specific resource:

| Action                     | What it does                                                               |
| -------------------------- | -------------------------------------------------------------------------- |
| **Capture baseline**       | Snapshots the current configuration as a new baseline for drift detection  |
| **Run vulnerability scan** | Scans this resource immediately without waiting for the next scheduled job |
| **Request recommendation** | Generates an AI recommendation for this resource on demand                 |

## Next steps

* [Drift detection](/platform/drift-detection) — understand and manage drift findings
* [Vulnerabilities](/platform/vulnerabilities) — view CVE findings for your resources
* [Cost optimization](/platform/cost-optimization) — review spend by resource
