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