> ## 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 subscription에 추가 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" />
