> 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/connect-digitalocean-account-to-aikido.md).

# DigitalOcean アカウントを接続

### なぜDigitalOceanクラウドを接続するのですか？ <a href="#why-connect-my-digitalocean-cloud" id="why-connect-my-digitalocean-cloud"></a>

クラウドインフラを保護することは、ユーザーデータを守るために極めて重要です。Aikidoのセキュリティチェックを活用して、インフラ内の設定ミスを検出し、対処できます。

**主なユースケース**

* Aikidoは、ハッカーがあなたのDigitalOceanクラウドに侵入できる原因となる重大なクラウド設定ミスを可視化します。たとえば、以下で取り上げられているリスクなどです [このブログ記事](https://www.aikido.dev/blog/how-a-startups-cloud-got-taken-over-by-a-simple-form-that-sends-an-email)。すべての設定チェックは [こちらで確認できます（DigitalOceanでフィルタ）](https://app.aikido.dev/clouds/checks)
* Dockerイメージをリポジトリに保存している場合、AikidoはApacheやNginxなどにおける既知の脆弱性のほとんどを検出します。

Aikidoは上記に対して毎日コンプライアンススキャンを実行します。

### 開始するには <a href="#getting-started" id="getting-started"></a>

始めるには、次へ進んでください [クラウド概要ページ](https://app.aikido.dev/clouds) Aikido上で「クラウドを接続」をクリックし、ステップバイステップのセットアップウィザードに従って、DigitalOceanアカウントをAikidoに接続してください。

<figure><img src="/files/d6ad9e5791f18a447b950db1400e46fe489559b4" alt=""><figcaption></figcaption></figure>

アカウントを接続するには、AikidoがDigitalOceanで使用できるアクセストークンを作成する必要があります。左側のナビゲーションで「API」をクリックすると、次の画面に移動します。

![](/files/69cdfda20299d3049189c78b48418b0f6924ae5d)

このページで「Generate New Token」をクリックして、新しいトークンを作成します。

![](/files/9922933bd3cc6514723684ec1371a21b76cba532)

トークンにわかりやすい名前を入力し、有効期限を「No expire」に設定します。Aikidoに必要なのは「Read」アクセスのみです。「Generate Token」をクリックします。

DigitalOceanでトークンを作成したら、それをコピーして、選んだトークン名とともにAikidoのセットアップウィザードに入力できます。

最後に、Aikidoで接続したプロジェクトに名前を付け、稼働する環境を指定できます。この情報は、ビジネスへの重大度や影響に基づいてAikidoが検出結果の優先順位を付けるのに役立ちます。

![](/files/7b00c40f7e85b359d01e89319d09959a2c8a1407)

アカウントを接続してから 1～2 分以内に、Aikido は脅威となり得る設定ミスを報告します。


---

# 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/connect-digitalocean-account-to-aikido.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.
