> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/mashinsukyan/misc/denoise-vm-results-by-configuring-your-environments.md).

# 環境を設定して VM 結果のノイズを低減する

Aikido は、結果のノイズを除去し、非本番環境のスキャン頻度を減らすことで、仮想マシンの管理を支援します。

> 接続されたクラウドの目的が〜に設定されている場合 **"混在,"** VM 環境を手動で設定する必要があります。

### VM 環境の設定方法 <a href="#how-to-configure-your-vm-environments" id="how-to-configure-your-vm-environments"></a>

**ステップ 1:** に移動します [**仮想マシン** ページ](https://app.aikido.dev/virtual-machines)

**ステップ 2:** をクリック **三点リーダー** 設定したい VM のメニューを開き、選択してください **設定を編集**.

![スキャンおよび設定オプションで SSH ジャンプホストの重大な脆弱性が検出されました。](/files/bd02fd3294da5be6e3deefdd1032abcdfdb17eda)

**ステップ 3:** を調整 **環境** 希望する環境タイプ（例: ステージング、開発、本番）に合わせるようにしてください。

![ステージング環境での SSH データベースアクセスのための仮想マシン設定の編集。](/files/d4b1c6925ee0ed79b0e1cd09e3b88a3f7591bd8a)

**ステップ 4:** 変更を保存して新しい環境設定を適用してください。環境設定ラベルは概要に表示されます。


---

# 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://help.aikido.dev/docs/docs-ja/mashinsukyan/misc/denoise-vm-results-by-configuring-your-environments.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.
