> 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のuser data、同様の設定に含まれるシークレットが含まれます。

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

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

次へ移動 [クラウド → AWSを追加](https://app.aikido.dev/clouds/add/aws)。選択 **"単一"** または **"組織全体"** そしてCloudFormationテンプレートのリンクをコピーします。
{% endstep %}

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

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

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

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

をクリック **"スタックを更新"** そして次のいずれかを選択します:

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

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

選択 **"既存のテンプレートを置き換える"**、その後、次のいずれかを行います:

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