> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/overview/use-cases/cost-management/view-billing-data.md).

# Viewing and Monitoring AWS Billing Data

From the DuploCloud portal, administrators can view account spending details by month, week, and Tenant. Non-administrator users can view billing data for a Tenant they have user access to.

Discounts like [Compute Savings Plans](https://aws.amazon.com/savingsplans/compute-pricing/) are incorporated into the costs displayed on the dashboard. It shows what you will pay with the current discounts in place.

In addition, DuploCloud allows you to set up billing alerts to monitor your cloud spending.

## Prerequisites

* Complete the steps on the [Enable billing data page](/docs/automation-platform/overview/use-cases/cost-management/enable-billing-data.md) before attempting to view billing data in the portal.

## Viewing Account Billing Details

View the billing details for your company's AWS account.

1. Log in as an administrator, and navigate to **Administrator** -> **Billing**.

<figure><img src="/files/zZ8c3CxevNQIdm5sBeNh" alt=""><figcaption><p>The <strong>Billing</strong> dashboard for AWS</p></figcaption></figure>

You can view usage by:

* Time
  * Select the **Spend by Month** tab and click **More Details** to display monthly and weekly spending options.
* Tenant
  * Select the **Spend by Tenant** tab.

<figure><img src="/files/yY8usI7m5ldrlvUueLlN" alt=""><figcaption><p><strong>Spend by Month</strong> tab with monthly and weekly options displayed</p></figcaption></figure>

## Viewing Tenant Billing Details

View billing details for a selected Tenant. This option is accessible to non-administrator users with user access to the selected Tenant.

1. Select the **Tenant** name from the **Tenant** list box.
2. Navigate to **Cloud Services** -> **Billing**. The **Billing** page displays.

<figure><img src="/files/OznN0zuBRPdmC5gpzuoZ" alt=""><figcaption><p>The <strong>Billing</strong> dashboard for the Invoice Tenant</p></figcaption></figure>

The **Spend by Month** tab lists the five services with the highest spending for each month for the selected Tenant. Click **More Details** on any month's card to display more details about that month's spending.

## Setting Up Billing Alerts

To monitor cloud costs based on usage, you can configure Billing Alerts in DuploCloud. For more details, see the [Billing Alerts documentation](/docs/automation-platform/diagnostics-overview/configure-billing-alerts.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.duplocloud.com/docs/automation-platform/overview/use-cases/cost-management/view-billing-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
