# Drill Down into Policy Violations

You can further drill down into any policy to get the detailed view of the individual tickets generated for specific resource violations, helping prioritize remediation and track cost optimization opportunities.

## Explore the Policy View

When you select a policy from the **Policy Violations** dashboard, you'll land on a dedicated page with:

* A list of all tickets raised under the selected policy.
* Resource-level insights with savings and status tracking.
* A toggle to **show/hide policy details.**
* A direct link to **open the policy configuration settings** if adjustments are needed.

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

#### Number References

1. Policy Name
2. Policy ID
3. Show/Hide Policy Details Tab
4. Policy Configuration Tab
5. [Customize View Options](#view-option)
6. Search Box
7. [Filters](#filter)
8. [Export Report](#export-report)

### Customize the View

You can start with pre-saved views or customize your own using filters.

* **Recent Tickets**: Shows tickets created in the **last 7 days**.
* **Savings Achieved**: Status marked as **Acted & Closed**.

<figure><img src="/files/IySGnK9hqyp72GNEiCrE" alt="" width="366"><figcaption></figcaption></figure>

{% hint style="success" %}

## Tip&#x20;

To learn how to save a customized view, [click here](/observe-visibility-and-insights/cost-reporting/cost-atlas/saved-views.md#how-to-save-a-view).
{% endhint %}

### Filters to Refine

Refine your view using filters:

* **Account ID**: Focus on a specific AWS account.
* **Region**: Limit results to a particular AWS region.
* **Status**: Filter based on the ticket status.
* **Cost Center**: Filter by your organizational cost centers.
* **Created Date**: Choose a time window for ticket creation.

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

### Key Metrics at a Glance

Focused insights related to the selected policy based on the filters you chose:

* **Potential Savings** – Sum of potential savings for all open tickets under the policy.
* **Achieved Savings** – Realized savings from resolved tickets.
* **Violations Detected** – Number of tickets (violations) for this policy.
* **Unique Resources** – Distinct resources involved in these violations.

### Tickets Table

Each ticket in the table corresponds to a non-compliant resource and includes the following details:

* **Ticket ID** – Unique identifier for the violation.
* **Resource Identifier** – AWS-generated ID used to uniquely identify the impacted resource.
* **Account** – Cloud account where the violation was detected.
* **Recommendation** – Suggested remediation or optimization action.
* **Status** – Current state of the ticket (e.g., Open, In Progress, Closed).
* **Potential Savings** – Estimated savings if the recommendation is implemented.
* **Achieved Savings** – Actual savings realized if the recommendation has been applied.

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

### **Bulk Actions Available**

Each ticket row includes a checkbox. Select multiple tickets to:

{% tabs %}
{% tab title="Change Status" %}
To mark the Status as:

* **To Do**
* **In Progress**
* **Dismissed**
  {% endtab %}

{% tab title="Execute Runbook" %}

* To remediate violations directly from the interface.
  {% endtab %}
  {% endtabs %}

<figure><img src="/files/AR3jenelgjL5IojWYeir" alt="" width="305"><figcaption></figcaption></figure>

## Export Report

You can export cost reports for offline analysis or to share with stakeholders.\
The **Export** option is available at the **top left corner of every table view**.

You can choose from:

* **CSV** – Ideal for detailed data analysis and manipulation.
* **Excel** – Provides a structured spreadsheet version of the report.

A preview modal appears, showing:

* **Column Names** – The fields included in the export.
* **Identifications** – Brief explanations of what each column represents.

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

Review the format and ensure it meets your requirements.

Click **Confirm Export** to download the file.

#### Sample Preview

Here is the preview of a sample exported report:

<figure><img src="/files/fGZ2NJ7N3kaST0abzAyA" 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.onelens.cloud/optimize-cost-savings-and-recommendations/policy-violations/drill-down-into-policy-violations.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.
