> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/data-security-posture-management/troubleshooting/ddrcostprotection.md).

# Cost Protection Mechanism in DDR

When automated processes or large-scale copy operations generate a surge of events for an asset, these peaks can sometimes result in millions of events within a short period. This can lead to increased costs for forwarding these events via EventBridge for DDR (Data Detection and Response) monitoring.

To manage this, the DDR cost protection mechanism automatically suspends event collection for the affected asset for two days. After this period, DDR will resume monitoring the asset.

An indicator will appear on the Events and Active Identities tabs to show which assets have had monitoring disabled due to cost protection.

Contact Support if you need to re-enable an asset before the end of the suspension period or if you want to disable cost protection entirely.


---

# 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.prismacloud.io/content-collections/data-security-posture-management/troubleshooting/ddrcostprotection.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.
