# Public Resources

The Public Resources page shows all cloud storage assets that are currently accessible by anyone on the internet. Use this page to review, approve, or flag each publicly exposed resource based on whether the exposure is intentional and acceptable.

<figure><img src="/files/0Mr0gZtFPeyN3x3p4IAS" alt=""><figcaption></figcaption></figure>

### Summary Cards

Two cards at the top provide a quick count of your exposure status. Resources can be filtered by type. We currently keep track of EBS Snapshots, RDS Databases, RDS Snapshots, and S3 Buckets.

### Status Tabs

Resources are organized into three tabs based on their review status:

| Tab              | Meaning                                                           |
| ---------------- | ----------------------------------------------------------------- |
| **Needs Review** | Newly discovered public resources that have not been assessed yet |
| **Approved**     | Resources confirmed as intentionally public                       |
| **In Violation** | Resources confirmed as exposed contrary to policy                 |

Click each tab to view resources in that state.

<figure><img src="/files/3T0KxYQhU7pCcSNs52af" alt=""><figcaption></figcaption></figure>

***

### Reviewing Resources

#### Approving a Resource

If a public resource is intentional (e.g. a public website assets bucket):

1. Go to the **Needs Review** tab.
2. Check the box next to the resource(s) you want to approve.
3. Select 'Change Status'
4. Click **Approved** and **Save**.

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

#### Flagging a Violation

If a public resource should not be exposed:

1. Go to the **Needs Review** tab.
2. Check the box next to the resource(s) you want to approve.
3. Select 'Change Status'
4. Click **In Violation** and **Save**.

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

#### Changing a Previously Set Status

You can change the status of a resource at any time:

* From the **Approved** tab: use **Move to Needs Review** or **Flag as Violation**
* From the **In Violation** tab: use **Move to Needs Review** or **Approve Selected**

***

### Resource Cards

Each resource card shows:

* Resource name and type
* Resource cloud account and regional details
* An external link that leads to the resource for manual evaluation
* Current acknowledgment status

<figure><img src="/files/u469oeXHQpYw6wnRZBEn" 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://help.datadefender.io/portal-overview/data-security-insights/public-resources.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.
