> ## 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" />
