Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update byoc.md #3196

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions docs/en/cloud/reference/byoc.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
---
title: BYOC (Bring Your Own Cloud) for AWS - Beta
title: BYOC (Bring Your Own Cloud) for AWS
slug: /en/cloud/reference/byoc
sidebar_label: BYOC (Bring Your Own Cloud)
keywords: [byoc, cloud, bring your own cloud]
description: Deploy ClickHouse on your own cloud infrastructure
---
import BetaBadge from '@theme/badges/BetaBadge';

## Overview

<BetaBadge />

BYOC (Bring Your Own Cloud) allows you to deploy ClickHouse Cloud on your own cloud infrastructure. This is useful if you have specific requirements or constraints that prevent you from using the ClickHouse Cloud managed service.

**BYOC is currently in Beta. If you would like access, please contact [support](https://clickhouse.com/support/program).** Refer to our [Terms of Service](https://clickhouse.com/legal/agreements/terms-of-service) for additional information.
**If you would like access, please contact [support](https://clickhouse.com/support/program).** Refer to our [Terms of Service](https://clickhouse.com/legal/agreements/terms-of-service) for additional information.

BYOC is currently only supported for AWS, with GCP and Microsoft Azure in development.

Expand Down Expand Up @@ -43,7 +40,7 @@ Metrics and logs are stored within the customer's BYOC VPC. Logs are currently s

## Onboarding Process

During the Beta, initiate the onboarding process by reaching out to ClickHouse [support](https://clickhouse.com/support/program). Customers need to have a dedicated AWS account and know the region they will use. At this time, we are allowing users to launch BYOC services only in the regions that we support for ClickHouse Cloud.
Customers can initiate the onboarding process by reaching out to ClickHouse [support](https://clickhouse.com/support/program). Customers need to have a dedicated AWS account and know the region they will use. At this time, we are allowing users to launch BYOC services only in the regions that we support for ClickHouse Cloud.

### Prepare a Dedicated AWS Account

Expand Down Expand Up @@ -202,7 +199,8 @@ State Exporter sends ClickHouse service state information to an SQS owned by Cli
- Supports operations such as start, stop, and terminate.
- View services and status.
- **Backup and restore.**
- **Manual vertical and horizontal scaling.**
- **Manual vertical and horizontal scaling.**
- **Idling.**
- **Runtime security monitoring and alerting via Falco (`falco-metrics`).**
- **Zero Trust Network via Tailscale.**
- **Monitoring**:
Expand All @@ -218,7 +216,6 @@ State Exporter sends ClickHouse service state information to an SQS owned by Cli
- [AWS KMS](https://aws.amazon.com/kms/) aka CMEK (customer-managed encryption keys)
- ClickPipes for ingest
- Autoscaling
- Idling
- MySQL interface

## FAQ
Expand Down