> 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スキャナーで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。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-7c0555d7c69e13210af2f51ea3898032ce4ae848%2Fucarecdn-18e955f3-6e54-4def-af72-a453301d42e2.png?alt=media)
4. **詳細を入力**：必要な権限のために IAM ロールとポリシーを作成する手順に従い、レジストリ名を入力してください（任意の名前を指定できます）および AWS ロールの Amazon Resource Name (ARN) を入力します。この手順には、IAM ロールとポリシーの設定、および完全なセットアップのためのレジストリ情報の提供が含まれます。

   ![IAM ロールを使用して AWS Elastic Container Registry を Aikido に接続するための手順とフォーム。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-d2aa024aefb638a895818f692846cb7e0b85d27c%2Fucarecdn-73c33666-3f7c-4dd8-824e-dad07bafc5d0.png?alt=media)
5. **完了**：セットアップが完了すると、Aikido は接続されたレジストリを Aikido Scanner で毎日スキャンします。

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

![AWS アカウントのプロンプト：コスト削減のため、AWS Inspector から無制限の Aikido Scanner に切り替えてください。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-fd173d3b0c06ed7144caea94f9ba7707b114a0de%2Fucarecdn-5378222c-fcd5-4470-aeef-c3f39c83e140.png?alt=media)

***


---

# 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.
