> 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="/files/7ef74d9adb9ed072b1c9efbe3b29682b0b5ec8f0" alt=""><figcaption></figcaption></figure>

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

始めるには、次へ進んでください [クラウド概要ページ](https://app.aikido.dev/clouds) Aikido でクリック **「Cloud に接続」**。選択 **Render** を一覧から選び、ステップごとのセットアップウィザードに従ってください。

<figure><img src="/files/35953ed5d2c1f9b55dbb756c3bffb6bc1dbc6f87" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### **Renderアカウントにログインする**

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

{% step %}

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

次へ移動 **アカウント設定 > ワークスペース**。次をコピーします **オーナーID** スキャンしたいワークスペースの。形式は次のようになります `tea-xxxxxxxxxxxxxxxxxxxx` チーム用、または `usr-xxxxxxxxxxxxxxxxxxxx` 個人アカウント用。
{% endstep %}

{% step %}

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

次を貼り付けてください **APIキー** および **オーナーID** Aikidoのセットアップウィザードの対応するフィールドに入力します。次に、 **「保存して続行」**.
{% endstep %}

{% step %}

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

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