> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-detect-table-modification.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 subscription에 추가 BYOC 인프라를 배포할 수 있습니다.

새 BYOC 배포를 추가하려면 다음을 수행하십시오.

1. ClickHouse Cloud 콘솔에서 조직의 "Infrastructure" 페이지로 이동합니다.

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/7sv8uS5FR4r1kYOH/images/cloud/reference/byoc-new-infra-1.webp?fit=max&auto=format&n=7sv8uS5FR4r1kYOH&q=85&s=431d8f4643c174ef33c56eede510ad1e" 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-detect-table-modification/7sv8uS5FR4r1kYOH/images/cloud/reference/byoc-new-infra-2.webp?fit=max&auto=format&n=7sv8uS5FR4r1kYOH&q=85&s=148c322dfb6e09626bfeb2e573da5924" size="lg" alt="BYOC 인프라 페이지" width="2266" height="1502" data-path="images/cloud/reference/byoc-new-infra-2.webp" />
