> ## 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.

# Implantação de infraestrutura adicional

> Implantar infraestrutura BYOC adicional em novas regiões ou contas

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>;
};

Após concluir o onboarding inicial, talvez você queira implantar infraestrutura BYOC adicional em uma região diferente ou em outra conta AWS, projeto do GCP ou assinatura do Azure.

Para adicionar uma nova implantação BYOC:

1. Acesse a página "Infrastructure" da sua organização no console do ClickHouse Cloud.

<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="Página de infraestrutura do BYOC" width="2852" height="2250" data-path="images/cloud/reference/byoc-new-infra-1.webp" />

1. Selecione "Add new infrastructure" e siga as instruções na interface guiada para concluir o processo de configuração.

<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="Página de infraestrutura do BYOC" width="2364" height="922" data-path="images/cloud/reference/byoc-new-infra-2.webp" />
