> 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のサポートについて説明します。
- [必要な値を取得 + Public API経由でAzureクラウドに接続するための設定](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プロジェクトへのアクセス権を付与する方法を説明します。別の方法としてサービスアカウントを使用できます。
- [必要な値を取得 + Public API経由でGCPクラウドに接続するための設定](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.
