> 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は、結果のノイズ除去と本番以外の環境でのスキャン頻度の削減により、仮想マシンの管理を支援します。

> 接続済みクラウドの目的が **「mixed」に** 設定されている場合、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.
