> 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/kontenaimjisukyan/cloud-provider-registries/aikido-scanner-for-aws-ecr.md).

# Aikido Scanner で AWS ECR イメージをスキャン

Aikido は、Elastic Container Registry (ECR) イメージのスキャンを次の両方でサポートしています **AWS Inspector** と **Aikido Scanner**. <mark style="color:緑色;">**Aikido Scanner を選択すると、いくつかの利点があります：**</mark>

* **拡張されたスキャン機能**：ライセンスとサポート終了（EOL）ランタイムをスキャンし、包括的なセキュリティの洞察を提供します。
* **より迅速な結果**：スキャン結果を迅速に提供し、開発およびデプロイのプロセスを加速します。
* **対象を絞ったスキャンの効率**：特定のタグに基づくスキャンを可能にし、関連性と効率を高めます。
* **継続的なスキャン：** AWS Inspector はプッシュ時に一度だけスキャンするのに対し、Aikido はイメージが 100 日更新されていなくても毎日スキャンを実行します。つまり、その間に新たな Common Vulnerabilities and Exposures（CVE）を Aikido が特定でき、AWS Inspector では見逃される可能性があります。
* **包括的な料金設定**：すべての有料プランに含まれており、AWS Inspector のプッシュごとの課金モデルに伴う追加費用なしで無制限にスキャンできます。

## Aikido Scanner のインストール <a href="#installing-the-aikido-scanner" id="installing-the-aikido-scanner"></a>

1. **移動先：** [**コンテナーページ**](https://app.aikido.dev/containers)
2. **レジストリを接続**：'レジストリを接続' をクリックし、最初のオプションを選択してください： *「AWS Elastic Container Registry」*.
3. **Aikido Scanner を選択**.

   ![AWS ECR 用のスキャナーを選択してください：Aikido（推奨）または AWS Inspector。](/files/d39ce08e30886f0904f2ce9729f1ccf72e12980e)
4. **詳細を入力**：IAM ロールとポリシーを作成して必要な権限を付与する手順に従い、レジストリ名を入力し（これは任意で設定できます）、AWS ロールの Amazon Resource Name（ARN）を入力してください。この手順には、IAM ロールとポリシーの設定、および完全なセットアップに必要なレジストリの詳細の提供が含まれます。

   ![IAM ロールを使用して AWS Elastic Container Registry を Aikido に接続するための手順とフォーム。](/files/7aec5b2e5772e180a66d207005cd5715d30fb3d4)
5. **完了**：セットアップが完了すると、Aikido は接続されたレジストリを Aikido スキャナーで毎日スキャンします。

{% hint style="success" %}
*注:* AWS Cloud のセットアップ中に以前 AWS Inspector が有効になっていた場合、Aikido はステップ 4 で詳細をすべて入力すると、問題なく Aikido スキャンに切り替えるよう通知します。
{% endhint %}

![AWS アカウントの案内：コスト削減のため、AWS Inspector から無制限の Aikido Scanner に切り替えましょう。](/files/4c45bf2116d65af4976bc086c742cd3adde565b5)

***


---

# 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/kontenaimjisukyan/cloud-provider-registries/aikido-scanner-for-aws-ecr.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.
