diff --git a/docs/platform/concepts/byoc.md b/docs/platform/concepts/byoc.md index 85dfad6d2..cc285ad3e 100644 --- a/docs/platform/concepts/byoc.md +++ b/docs/platform/concepts/byoc.md @@ -54,8 +54,7 @@ needs or project requirements, such as: The BYOC setup is a bespoke service offered on a case-by-case basis, and not all cloud providers support it yet. You're eligible for BYOC if: -- You use Amazon Web Services (AWS), Google Cloud Platform (GCP), Microsoft Azure - (excluding Azure Germany), or Oracle Cloud Infrastructure (OCI). +- You use Amazon Web Services (AWS) or Google Cloud. - You have a commitment deal with Aiven. - You have the [Advanced or Premium support tier](/docs/platform/howto/support). diff --git a/docs/platform/howto/byoc/create-custom-cloud.md b/docs/platform/howto/byoc/create-custom-cloud.md index d1177e58b..32f825328 100644 --- a/docs/platform/howto/byoc/create-custom-cloud.md +++ b/docs/platform/howto/byoc/create-custom-cloud.md @@ -1,7 +1,7 @@ --- title: Create a custom cloud sidebar_label: Create custom clouds -keywords: [AWS, Amazon Web Services, Microsoft Azure, GCP, Google Cloud Platform, byoc, bring your own cloud, custom cloud, OCI, Oracle Cloud Infrastructure] +keywords: [AWS, Amazon Web Services, GCP, Google Cloud Platform, byoc, bring your own cloud, custom cloud] --- import ConsoleLabel from "@site/src/components/ConsoleIcons"; @@ -63,15 +63,6 @@ Next, you deploy your custom cloud resources supplying the generated privilege-b as a parameter. Finally, you select in which Aiven projects to use your custom cloud, and you assign a contact person for your custom cloud. - -If you use Azure or OCI as a cloud provider, you'll have your -custom cloud created by the Aiven team. Just -[enable the BYOC feature](/docs/platform/howto/byoc/enable-byoc) and specify your -requirements. The Aiven team will build your custom cloud according to the specification -you provide. There are no further actions required from you to create your custom cloud. -The Aiven team might reach out to you for more details and will follow up with you to keep -you informed on the progress. - ## Limitations {#byoc-limitations} @@ -85,11 +76,6 @@ you informed on the progress. Contact your account team to learn more or upgrade your support tier. ::: -- You can create custom clouds yourself (via the BYOC self-service) if your cloud - provider is AWS (in the [Aiven Console](https://console.aiven.io/)) or GCP (via [Aiven - CLI client](/docs/tools/cli/byoc)). - For Azure & OCI, [request creating a custom cloud](/docs/platform/howto/byoc/enable-byoc) - from the Aiven team. - Only [super admins](/docs/platform/howto/make-super-admin) can create custom clouds. ## Prerequisites {#byoc-prerequisites} @@ -120,10 +106,6 @@ you informed on the progress. - [Aiven Console](https://console.aiven.io/) > \> . - - -You have access to the [Aiven Console](https://console.aiven.io/) to -[enable the BYOC feature](/docs/platform/howto/byoc/enable-byoc). @@ -508,9 +490,6 @@ For more information on Google Cloud roles, see [IAM basic and predefined roles reference](https://cloud.google.com/iam/docs/understanding-roles) in the Goodle Cloud documentation. - -The Aiven team will talk to you to determine required permissions. - ## Create a custom cloud {#create-cloud} @@ -931,11 +910,6 @@ Your new custom cloud is ready to use only after its status changes to extract from the output of the [avn byoc list](/docs/tools/cli/byoc#avn-byoc-list) command, for example `018b6442-c602-42bc-b63d-438026133f60`. - - -To integrate with the Azure or OCI cloud providers, you'll have your custom cloud created -by the Aiven team. [Enable the BYOC feature](/docs/platform/howto/byoc/enable-byoc) and -follow up with the Aiven team from there. diff --git a/docs/platform/howto/byoc/enable-byoc.md b/docs/platform/howto/byoc/enable-byoc.md index f5795ec43..1a4f76764 100644 --- a/docs/platform/howto/byoc/enable-byoc.md +++ b/docs/platform/howto/byoc/enable-byoc.md @@ -71,11 +71,8 @@ You must be a [super admin](/docs/platform/howto/make-super-admin) to enable thi ## Next steps -With BYOC activated in your Aiven organization, you can create and use custom -clouds: - -- [By yourself if using AWS or GCP](/docs/platform/howto/byoc/create-custom-cloud#create-cloud). -- By contacting the Aiven team if using Azure or OCI. +With BYOC activated in your Aiven organization, you can +[create and use custom clouds](/docs/platform/howto/byoc/create-custom-cloud). ## Related pages