# Cloud Dashboard

### Dashboard overview

The **Cloud Dashboard** provides a comprehensive overview of your cloud environment, including usage details, cost summaries, active and inactive services, optimization opportunities, compliance scores, and policy violations.&#x20;

Each section is designed to provide actionable insights and detailed metrics about your cloud resources.

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

1. **Cloud Details Overview**

   Displays key information about the cloud environment:

   * **Cloud Platform Name** (e.g., AWS, Azure).
   * **Cloud Connectors:** Total number of connectors added to the organization.
   * **Users**: Total number of users associated with the organization.

   <figure><img src="/files/q6YULHEPP4cJypzYJDBG" alt=""><figcaption></figcaption></figure>
2. **Account-Specific Dashboard Overview**
   * A dropdown allows selecting an account name to filter the dashboard overview.
   * After selecting an account, all details displayed in subsequent sections are related to the selected account.
3. **Cost Explorer Summary Overview**
   1. Cost Summary Details:

      * **Previous Month**: Displays the name of the last month and the total cost for that month.
      * **Current Month**: Displays the current month name and the associated cost.
      * **Potential Savings**: Total potential savings and associated costs.
      * **Inventory Optimization**: Count of optimized resources.

      <figure><img src="/files/yPFoUajpU1Vt4nvsA83W" alt=""><figcaption></figcaption></figure>
4. **Regional Active and Inactive Services Overview**
   * A map highlights regions with active and inactive services using color-coded dots:
     * Green Dots: Regions with active services.
     * Blue Dots: Regions with inactive services.
   * Clicking on a dot provides additional details:

     * Region Name.
     * Services: Count of all services in that region
     * Availability Zones: Count of zones in that region

     <figure><img src="/files/Vj8mTO9crUkjVJpkElgV" alt=""><figcaption></figcaption></figure>
5. **Savings Opportunities Overview**

   Breakdown of potential savings opportunities with cost details:

   <figure><img src="/files/aQBNrue9DJ59BOwGaUCu" alt=""><figcaption></figcaption></figure>
6. **Highest Spending Services Overview**

   Detailed cost breakdown of the highest spending services:

   <figure><img src="/files/3vLBQ0JcHfabFAwcYIKh" alt=""><figcaption></figcaption></figure>
7. **Compute and Volume Optimizer Overview**
   * **Compute Optimizer**:
     * Optimized Count.
     * Under-Optimized Count.
     * Over-Optimized Count.
   * **Volume Optimizer**:

     * Optimized Count.
     * Not Optimized Count.

     <figure><img src="/files/wzBjCyL7VPHNSIXAxxdV" alt=""><figcaption></figcaption></figure>
8. **Violated Rules Overview**

   A graphical representation of violated rules:

   * **CIS Counts** categorized by **Critical**, **High**, **Medium**, and **Low** statuses.
   * **SOC2 Counts** categorized similarly.

     <figure><img src="/files/dNYhPZMtVNqt4SwByY84" alt=""><figcaption></figcaption></figure>
9. **Compliance Scores Overview**

   A graphical representation of compliance scores:

   * **CIS Score** displayed as a percentage.
   * **SOC2 Score** displayed as a percentage.

   <figure><img src="/files/lIAGQNYMCa9dYeOX6mR6" alt=""><figcaption></figcaption></figure>
10. **Policy Violation Overview**

    Displays details of policy violations:

    * **Service Name**: The service where the policy violation occurred.
    * **Type**: Type of policy violation.
    * **Status**: Status of the policy violation.

    <figure><img src="/files/QBv0zaf8En1OQjojA7Np" 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://docs.cloudnetra.io/cloud-observability/cloud-dashboard.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.
