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): remove OCI and Azure providers from the BYOC docs #581

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions docs/platform/concepts/byoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
28 changes: 1 addition & 27 deletions docs/platform/howto/byoc/create-custom-cloud.md
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -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.
</TabItem>
<TabItem value="3" label="Azure & OCI">
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.
</TabItem>
</Tabs>

## Limitations {#byoc-limitations}
Expand All @@ -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}
Expand Down Expand Up @@ -120,10 +106,6 @@ you informed on the progress.
- [Aiven Console](https://console.aiven.io/) > <ConsoleLabel name="userinformation"/>
\> <ConsoleLabel name="organizations"/>.

</TabItem>
<TabItem value="3" label="Azure & OCI">
You have access to the [Aiven Console](https://console.aiven.io/) to
[enable the BYOC feature](/docs/platform/howto/byoc/enable-byoc).
</TabItem>
</Tabs>

Expand Down Expand Up @@ -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.
</TabItem>
<TabItem value="3" label="Azure & OCI permissions">
The Aiven team will talk to you to determine required permissions.
</TabItem>
</Tabs>

## Create a custom cloud {#create-cloud}
Expand Down Expand Up @@ -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`.

</TabItem>
<TabItem value="3" label="Azure & OCI">
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.
</TabItem>
</Tabs>

Expand Down
7 changes: 2 additions & 5 deletions docs/platform/howto/byoc/enable-byoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down