> 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 から更新済みテンプレートを取得する**

移動先 [Clouds → AWS を追加](https://app.aikido.dev/clouds/add/aws)をクリックし、 **"Single"** または **"Full Organization"** そして CloudFormation テンプレートのリンクをコピーします。
{% endstep %}

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

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

組織接続の権限を更新する場合は、次のアカウントにログインしていることを確認してください： **AWS 組織の管理アカウント**.
{% endstep %}

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

クリック **"Update stack"** そして次のいずれかを選択します：

* **変更セットを作成** （推奨）– 適用前にすべての変更をプレビューできます
* **直接更新する** – より高速ですが、変更がすぐに適用されます
  {% 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.
