> 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 スキャナー**. <mark style="color:緑;">**Aikido Scanner を選択すると、いくつかの利点があります:**</mark>

* **拡張スキャン機能**: ライセンスとサポート終了（EOL）ランタイムをスキャンし、包括的なセキュリティ洞察を提供します。
* **より迅速な結果**: スキャン結果を迅速に提供し、開発・デプロイのプロセスを加速します。
* **対象を絞ったスキャンの効率性**: 特定のタグに基づいてスキャンでき、関連性と効率性が向上します。
* **継続スキャン:** プッシュ時に1回だけスキャンする 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 Scanner で毎日スキャンします。

{% hint style="success" %}
*注。* AWS Cloud のセットアップ時に以前 AWS Inspector が有効になっていた場合でも、ステップ 4 で必要事項をすべて入力すれば、問題なく Aikido スキャンへ切り替えるよう 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.
