> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/code-to-cloud-security-and-scanners/container-and-artifact-security/artifact-scanning/artifact-security/ami-scan-artifacts.md).

# AMI Scan Artifacts

The AMI Scan Artifacts page allows users to scan Amazon Machine Images (AMIs) stored in Amazon S3 buckets and generate a Software Bill of Materials (SBOM) for managed AWS EC2 instances.

The panel at the top displays the total number of artifacts in the application, the number of deployed artifacts and number of deployed overridden artifacts.

The top panel displays the summary of the risk status of the listed artifacts

* Critical Risk - The deployments that are of critical risk.
* High Risk - The deployments that are of high risk.
* Medium Risk - The deployments that are of medium risk.
* Low Risk - The deployments that are of low risk.

<img src="/files/3LNx1uFU2tJzEnCsHVse" alt="" height="201" width="602">

The panel below displays the details of the artifacts.

<img src="/files/V2JJXzbTJmuKxRmYq965" alt="" height="177" width="602">

* **Artifact** - Displays the name of the artifact.
* **Artifact Version** - Displays the version of the artifact.
* **Semantic Tags** - Displays the tags for the artifact that were sent in the build events.
* **Vulnerability** - Displays the number of vulnerabilities identified for the given artifact. On clicking it, the[ Vulnerabilities Management](https://docs.opsmx.com/opsmx-delivery-shield-platform/user-guide/vulnerability-management) details page is displayed.
* **Open Issues** - Displays the number of open security issues (alerts) identified for the given artifact.
* **Created on** - Displays the date when the artifact was created.
* **SBOM** - On clicking View, the SBOM page for the related artifact is displayed. Refer [SBOM](https://docs.opsmx.com/code-to-cloud-security-and-scanners/container-and-artifact-security/artifact-scanning/artifact-security/software-bill-of-materials-sbom) for more details.&#x20;
* **DBOM** - On clicking the displayed risk status, the DBOM page for the related artifact is displayed.
* **Actions** - On clicking the three dots, you can download the SBOM of the artifact.&#x20;


---

# 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.opsmx.com/code-to-cloud-security-and-scanners/container-and-artifact-security/artifact-scanning/artifact-security/ami-scan-artifacts.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.
