diff --git a/docs/platform/howto/byoc/assign-project-custom-cloud.rst b/docs/platform/howto/byoc/assign-project-custom-cloud.rst index e36697e248..cd26cbac55 100644 --- a/docs/platform/howto/byoc/assign-project-custom-cloud.rst +++ b/docs/platform/howto/byoc/assign-project-custom-cloud.rst @@ -39,7 +39,8 @@ Check it out You can preview the updated list of assigned projects by taking the following steps: 1. Log in to `Aiven Console `_ as an administrator. -2. From the left sidebar, select **Bring your own cloud**. +2. From the top navigation bar, select **Admin**. +3. From the left sidebar, select **Bring you own cloud**. 3. In the **Bring you own cloud** view, select one of the clouds available on the list. 4. In the selected cloud's page, navigate to the **Available projects** tab. diff --git a/docs/platform/howto/byoc/create-custom-cloud.rst b/docs/platform/howto/byoc/create-custom-cloud.rst index be58bde8f5..2550b581f6 100644 --- a/docs/platform/howto/byoc/create-custom-cloud.rst +++ b/docs/platform/howto/byoc/create-custom-cloud.rst @@ -534,6 +534,23 @@ You're all set. Select **Close** to close the **Create custom cloud** wizard. The deployment of your new custom cloud might take a few minutes. As soon as it's over, and your custom cloud is ready to use, you'll be able to see it on the list of your custom clouds in the **Bring you own cloud** view. +.. note:: + + Your new custom cloud is ready to use only after its status changes to ``Active``. + +Check your cloud's status +''''''''''''''''''''''''' + +You can check the status of your custom cloud by taking the following steps: + +1. Log in to `Aiven Console `_ as an administrator. +2. From the top navigation bar, select **Admin**. +3. From the left sidebar, select **Bring you own cloud**. +4. In the **Bring you own cloud** view, identify your new cloud on the list of available clouds and check its status in the **Status** column. + +Destroy the Terraform resources +''''''''''''''''''''''''''''''' + Related reading --------------- diff --git a/docs/platform/howto/byoc/delete-custom-cloud.rst b/docs/platform/howto/byoc/delete-custom-cloud.rst index 18d6685250..506dec7104 100644 --- a/docs/platform/howto/byoc/delete-custom-cloud.rst +++ b/docs/platform/howto/byoc/delete-custom-cloud.rst @@ -1,29 +1,33 @@ Delete your custom cloud ======================== -.. topic:: Bring your own cloud (BYOC) +.. topic:: Custom clouds - A :doc:`custom cloud ` is your own cloud infrastructure integrated with your Aiven organization. Using a custom cloud in Aiven may be the optimal solution if you have specific business needs or project requirements, such as a strict regulatory compliance. Using custom clouds in your Aiven organization requires enabling :doc:`the bring your own cloud (BYOC) feature `. Check the availability of the feature in :ref:`Who is eligible for BYOC `. To activate BYOC in your Aiven organization, follow the steps in :doc:`Enable bring your own cloud (BYOC) with Aiven `. + A :doc:`custom cloud ` is your own cloud infrastructure integrated with your Aiven organization. Using a custom cloud in Aiven may be the optimal solution if you have specific business needs or project requirements, such as a strict regulatory compliance. Creating and using custom clouds in your Aiven organization requires :doc:`enabling the bring your own cloud (BYOC) feature `. This article details how to delete your custom cloud in `Aiven Console `_. About deleting custom clouds ----------------------------- +============================ + +After deleting a custom cloud, the data co-hosted in this cloud will no longer be available from the Aiven platform. The deletion only impacts resources on the Aiven site (such as cloud configs and the bastion service) and no cloud resources on your AWS account are touched. Make sure there are no active services using your custom cloud before deleting this cloud. Prerequisites ------------- * Administrator's role for your Aiven organization * At least one :doc:`custom cloud created ` in your Aiven organization +* No running services that uses a custom cloud to be deleted * Access to `Aiven Console `_ Delete your cloud ----------------- 1. Log in to `Aiven Console `_ as an administrator. -2. From the left sidebar, select **Bring your own cloud**. -3. In the **Bring you own cloud** view, select one of the clouds available on the list. -4. In the selected cloud's page, use the ellipsis (**...**) menu in the top right corner. +2. From the top navigation bar, select **Admin**. +3. From the left sidebar, select **Bring you own cloud**. +4. In the **Bring you own cloud** view, select one of the clouds available on the list. +5. In the selected cloud's page, use the ellipsis (**...**) menu in the top right corner. .. topic:: Result @@ -35,7 +39,8 @@ Check it out You can preview the updated name of your cloud by taking the following steps: 1. Log in to `Aiven Console `_ as an administrator. -2. From the left sidebar, select **Bring your own cloud**. +2. From the top navigation bar, select **Admin**. +3. From the left sidebar, select **Bring you own cloud**. 3. In the **Bring you own cloud** view, see the list of the available clouds. Related reading