> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-postgresql-tls-support.mintlify.site/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-postgresql-tls-support/6CNC1m6W_P3aj2UG/images/cloud/reference/byoc-new-infra-1.webp?fit=max&auto=format&n=6CNC1m6W_P3aj2UG&q=85&s=9c59d970b30cf92912445322d8b5a011" size="lg" alt="BYOC インフラページ" width="2718" height="1980" data-path="images/cloud/reference/byoc-new-infra-1.webp" />

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

<Image img="https://mintcdn.com/private-7c7dfe99-postgresql-tls-support/6CNC1m6W_P3aj2UG/images/cloud/reference/byoc-new-infra-2.webp?fit=max&auto=format&n=6CNC1m6W_P3aj2UG&q=85&s=8f1690981c09a5cf0d90033543191c06" size="lg" alt="BYOC インフラページ" width="2266" height="1502" data-path="images/cloud/reference/byoc-new-infra-2.webp" />
