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

# Déploiement d’infrastructures supplémentaires

> Déployer des infrastructures BYOC supplémentaires dans de nouvelles régions ou de nouveaux comptes

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

Après avoir terminé l’onboarding initial, vous souhaiterez peut-être déployer une infrastructure BYOC supplémentaire dans une autre région ou dans un autre compte AWS, projet GCP ou abonnement Azure.

Pour ajouter un nouveau déploiement BYOC :

1. Accédez à la page "Infrastructure" de votre organisation dans la console 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="Page de l’infrastructure BYOC" width="2852" height="2250" data-path="images/cloud/reference/byoc-new-infra-1.webp" />

1. Sélectionnez "Add new infrastructure" et suivez l’interface guidée pour terminer la configuration.

<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="Page de l’infrastructure BYOC" width="2364" height="922" data-path="images/cloud/reference/byoc-new-infra-2.webp" />
