> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 追加インフラストラクチャのデプロイ

> 新しいリージョンまたはアカウントに追加のBYOCインフラストラクチャをデプロイします

export const Image = ({img, alt, size = "lg"}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} />
      </Frame>
    </div>;
};

最初のオンボーディングを完了した後、別のリージョンや別の AWS アカウント、GCP プロジェクト、または Azure サブスクリプションに追加の BYOC インフラストラクチャをデプロイしたい場合があります。

新しい BYOC デプロイメントを追加するには、次の手順に従います。

1. ClickHouse Cloud コンソールで、組織の "Infrastructure" ページに移動します。

<Image img="https://mintcdn.com/private-7c7dfe99/REHSqgCLT_igIuJP/images/cloud/reference/byoc-new-infra-1.webp?fit=max&auto=format&n=REHSqgCLT_igIuJP&q=85&s=da4af59778134d21d2a244d758f9fca3" size="lg" alt="BYOC インフラページ" width="2852" height="2250" data-path="images/cloud/reference/byoc-new-infra-1.webp" />

1. "Add new infrastructure" を選択し、画面の案内に従ってセットアップを完了します。

<Image img="https://mintcdn.com/private-7c7dfe99/REHSqgCLT_igIuJP/images/cloud/reference/byoc-new-infra-2.webp?fit=max&auto=format&n=REHSqgCLT_igIuJP&q=85&s=4cc6b93b5765e96213b0432463e32c15" size="lg" alt="BYOC インフラページ" width="2364" height="922" data-path="images/cloud/reference/byoc-new-infra-2.webp" />
