> 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/kuraudosukyan/cloud-inventory.md).

# クラウドインベントリ

Aikido は、接続済みのクラウド環境全体にあるすべてのアセットのインベントリを自動で作成します。これにより、各クラウドプロバイダーを個別に確認しなくても、クラウド内に何が存在しているかを常に最新の 1 つのビューで把握できます。

## 重要な理由

クラウド環境は絶えず変化しており、アカウント、リージョン、プロバイダー全体で実際に何が稼働しているのか見失いやすいものです。Cloud Inventory では、すべてのアセットを 1 か所で確認し、露出しているリソースや設定ミスのあるリソースを見つけ、各プロバイダーのコンソールにログインしなくても、アセット同士がどのようにつながっているかを把握できます。

## 概要

あなたが [クラウドアカウントを接続する](/docs/docs-ja/kuraudosukyan/connect-your-cloud.md)、Aikido はリソース（EC2 インスタンス、S3 バケット、IAM ロール、Lambda 関数、クラウド上で実行されているコンテナなど）を取り込み、この一覧を自動的に同期し続けます。

{% hint style="info" %}
Aikido はまた、VM やコンテナで見つかった脆弱性やサポート終了の問題など、各アセットにセキュリティコンテキストを付与します。つまり、このインベントリは単なるリソース一覧ではなく、リスクが付与されたリソース一覧なのです。
{% endhint %}

## インベントリの表示

{% stepper %}
{% step %}

### Clouds に移動

左側のナビゲーションで、［Assets］の下にある **クラウド**.
{% endstep %}

{% step %}

### 特定のクラウドアカウントを開く

確認したい特定のクラウドアカウント（たとえば AWS アカウント）をクリックします。
{% endstep %}

{% step %}

### ［Inventory］タブを開く

クラウドアカウントのページで、 **Inventory** タブを開きます。
{% endstep %}
{% endstepper %}

## アセットマップ

このマップでは、リージョンごと、さらに VPC ごとにグループ化されたリソースの視覚的な配置を確認できるため、何を持っていて、それがどこにあるのかをひと目で把握できます。

各アセットは、種類（EC2 インスタンス、RDS データベース、Kubernetes リソースなど）を示すアイコンと名前付きのタイルとして表示されます。数字付きの地球アイコンのバッジは、そのアセットに、インターネットに公開されているポートやエンドポイントなどの露出に関する検出結果がその数だけあることを意味します。

タイルをクリックすると、右側のパネルに詳細が開きます。

## ノード詳細パネル

* **リージョンと VPC**
* **Auto Scaling グループ** – グループ名とインスタンス数（該当する場合）
* **露出** – 攻撃グラフを調べて、このアセットにどのように到達できるかを確認します（例: 「ロードバランサー経由で到達可能」）
* **ファイアウォールルール** – **受信を許可** および **送信を許可** プロトコル、ポート、セキュリティグループを含むルール
* **接続されたリソース** – このノードが接続している他のアセットとその接続方法（たとえば、データベースがセキュリティグループ「経由」で接続されているなど）
* **メタデータを表示** – 生のリソースメタデータを確認します

閲覧ではなく特定のアセットを見つけたいですか？ [Cloud Discovery: アセットインベントリを検索](https://help.aikido.dev/cloud-scanning/cloud-discovery-querying-the-asset-graph).


---

# 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/kuraudosukyan/cloud-inventory.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.
