> 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/connect-your-cloud/aws/connect-aws-account-to-aikido/update-aws-cloudformation-stack.md).

# AWS CloudFormation スタックを更新する

{% hint style="info" %}
このページは、AWSアカウントを接続している場合にのみ関連します **その前に** 2026年7月13日。この日以降に接続されたアカウントには、すでに最新の権限が適用されています。
{% endhint %}

Aikido は、拡張された権限を含む AWS CloudFormation テンプレートに更新しました。アカウントがこの変更より前に接続されている場合は、最新の状態を保つために既存のスタックを更新する必要があります。

更新されたテンプレートで有効になるのは:

* より広範な AWS サービスのカバー範囲 – より多くのリソースタイプを可視化
* 管理対象サービスのより深い検査 – EKS、Lambda、Batch を含む
* [コンテナおよびワークロードのネットワーク到達性分析](https://help.aikido.dev/container-image-scanning/container-reachability-analysis) – インターネットからコンテナまでのネットワーク経路を追跡

すべての権限は **読み取り専用**. `rds:DownloadDBLogFilePortion` は、データベースログへのアクセスを防ぐために明示的に拒否されています。

Aikido は、インデックス化する前に AWS リソース内の機密値を自動的にマスクします。これには、Lambda の環境変数、EC2 のユーザーデータ、同様の設定に含まれるシークレットが含まれます。

### スタックを更新する方法

{% stepper %}
{% step %}
**Aikido から更新されたテンプレートを取得する**

に移動し [Clouds → AWS を追加](https://app.aikido.dev/clouds/add/aws)。 選択してください **「Single」** または **「Full Organization」** そして CloudFormation テンプレートのリンクをコピーします。
{% endstep %}

{% step %}
**AWS コンソールで CloudFormation を開く**

移動先 **CloudFormation** そして既存の Aikido スタックを見つけます。

組織接続の権限を更新する場合は、 **AWS Organizations の管理アカウント**.
{% endstep %}

{% step %}
**スタックを更新する**

クリック **「Update stack」** を選び、次のいずれかを選択します:

* **変更セットを作成する** （推奨）– 適用前にすべての変更をプレビューできます
* **直接更新を行う** – より高速ですが、変更がすぐに適用されます
  {% endstep %}

{% step %}
**テンプレートを置き換える**

選択します **「Replace existing template」**、その後は次のいずれかを行います:

* Aikido からテンプレートの URL を貼り付ける
* または、ダウンロードした場合はファイルをアップロードする
  {% endstep %}

{% step %}
**デプロイを完了する**

更新を進めてスタックのデプロイを完了します。変更セットの作成を選択した場合は、 **実行する** ことを忘れないでください。
{% endstep %}
{% endstepper %}


---

# 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/connect-your-cloud/aws/connect-aws-account-to-aikido/update-aws-cloudformation-stack.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.
