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

# Renderアカウントを接続する

### なぜRenderアカウントを接続するのですか？

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

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

* Aikidoは、Renderサービスを攻撃者にさらしかねない重大なクラウド設定ミスを可視化します。すべての設定チェックは確認できます [こちらで確認できます。](https://app.aikido.dev/clouds/checks)
* 設定が進化するにつれて、AikidoはRenderワークスペースを継続的に監視し、新たなリスクを検出します。

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

<figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-109195cc496a9d130cce0cb04ed5b54ee2d379de%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

### はじめに <a href="#getting-started" id="getting-started"></a>

始めるには、 [クラウド概要ページ](https://app.aikido.dev/clouds) Aikido上でクリックし **「Cloud を接続」**。選択します **Render** を一覧から選択し、手順に沿ってセットアップウィザードを進めます。

<figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-dc17e4b51b17d0b3ba33bf3ac51f98de393267f9%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### **Renderアカウントにログインしてください**

次へ移動します [Renderダッシュボード](https://dashboard.render.com) 接続したいワークスペースにアクセスできるアカウントでサインインしてください。
{% endstep %}

{% step %}

#### **APIキーを生成**

その後、Splunk Cloud と Splunk Enterprise の両方でトークンを作成します: **アカウント設定 > ワークスペース**。コピーしてください **オーナーID** スキャンしたいワークスペースの。次のような形式です `tea-xxxxxxxxxxxxxxxxxxxx` チーム用または `usr-xxxxxxxxxxxxxxxxxxxx` 個人アカウント用です。
{% endstep %}

{% step %}

#### 両方の値をAikidoに貼り付けてください

次のものを貼り付けてください **API キー** および **オーナーID** Aikidoのセットアップウィザードの対応するフィールドに入力し、その後クリックしてください **「Save & Continue」**.
{% endstep %}

{% step %}

#### クラウド設定に名前を付ける

Aikidoで接続したワークスペースに名前を付け、運用している目的/環境（本番、ステージングなど）を指定してください。これにより、Aikidoは重大度とビジネスへの影響に基づいて検出結果の優先順位を付けやすくなります。クリックしてください **「Save」**.
{% endstep %}
{% endstepper %}

アカウントを接続してから 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-render-account.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.
