> 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.md).

# クラウドを接続する

- [AWS クラウドスキャン](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/aws.md)
- [AWS アカウントを接続](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/aws/connect-aws-account-to-aikido.md)
- [AWS CloudFormation スタックを更新](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/aws/connect-aws-account-to-aikido/update-aws-cloudformation-stack.md)
- [スキャン対象の AWS リージョンを制御する](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/aws/connect-aws-account-to-aikido/control-which-aws-regions-are-scanned.md): このページでは、CSPM、ECR、EC2 のスキャンに含める AWS リージョンを制限するためのガイドラインを提供します。
- [AWS Organization を接続](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/aws/connect-aws-organization-to-aikido.md): 管理アカウントのみをオンボードすることで、AWS Organization 全体を Aikido に接続します。すべてのメンバーアカウントを自動的に検出して接続し、セットアップを簡素化し、完全なカバレッジを確保します。
- [Azure クラウドスキャン](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/azure.md)
- [Azure クラウドを接続する](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/azure/connect-azure-cloud-account-to-aikido.md)
- [Azure 管理グループを接続](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/azure/connect-azure-management-group-s.md): このページでは、同じ Azure 管理グループ内の Azure サブスクリプションを自動かつ継続的に接続する Aikido のサポートについて説明します。
- [必要な値を取得 + 公開 API 経由で Azure Cloud を接続するための設定を行う](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/azure/get-required-values-set-up-configuration-to-connect-azure-cloud-via-public-api.md)
- [Google Cloud（GCP）スキャン](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/gcp.md)
- [Google Cloud プロジェクトを接続](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/gcp/connect-gcp-account-to-aikido.md)
- [Google Cloud Organization を接続](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/gcp/connect-google-cloud-organization.md): GCP プロジェクトのいずれか 1 つをオンボードするだけで、Google Cloud Organization 全体を Aikido に接続します。他のすべてのプロジェクトを自動的に検出して接続し、セットアップを簡素化し、完全なカバレッジを確保します。
- [Google Cloud Workload Identity Federation のセットアップ](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/gcp/google-cloud-workload-identity-federation-setup.md): このページでは、Workload Identity Federation を使って Aikido に GCP プロジェクトへのアクセス権を付与する方法を説明します。別の方法としてサービスアカウントを使用することもできます。
- [必要な値を取得 + 公開 API 経由で GCP Cloud を接続するための設定を行う](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/gcp/get-required-values-+-set-up-configuration-to-connect-gcp-cloud-via-public-api.md)
- [DigitalOcean アカウントを接続](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/connect-digitalocean-account-to-aikido.md)
- [Supabase Organization を接続](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/connect-supabase-organization.md)
- [Alibaba Cloud を接続](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/connect-alibaba-account.md)
- [Oracle Cloud を接続](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/connect-oracle-cloud.md)
- [Render アカウントを接続](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/connect-render-account.md)
- [クラウドスキャンでの IP アドレスの許可](https://help.aikido.dev/docs/docs-ja/kuraudosukyan/connect-your-cloud/allowing-ip-addresses-for-cloud-scanning.md)


---

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