Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
delete cc
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Nov 2, 2023
1 parent 4f00d44 commit 537badf
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
3 changes: 2 additions & 1 deletion docs/platform/howto/byoc/assign-project-custom-cloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://console.aiven.io/>`_ 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.

Expand Down
17 changes: 17 additions & 0 deletions docs/platform/howto/byoc/create-custom-cloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://console.aiven.io/>`_ 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
---------------

Expand Down
19 changes: 12 additions & 7 deletions docs/platform/howto/byoc/delete-custom-cloud.rst
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
Delete your custom cloud
========================

.. topic:: Bring your own cloud (BYOC)
.. topic:: Custom clouds

A :doc:`custom cloud </docs/platform/concepts/byoc>` 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 </docs/platform/concepts/byoc>`. Check the availability of the feature in :ref:`Who is eligible for BYOC <eligible-for-byoc>`. To activate BYOC in your Aiven organization, follow the steps in :doc:`Enable bring your own cloud (BYOC) with Aiven </docs/platform/howto/byoc/enable-byoc>`.
A :doc:`custom cloud </docs/platform/concepts/byoc>` 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 </docs/platform/howto/byoc/enable-byoc>`.

This article details how to delete your custom cloud in `Aiven Console <https://console.aiven.io/>`_.

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.

Check failure on line 13 in docs/platform/howto/byoc/delete-custom-cloud.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/platform/howto/byoc/delete-custom-cloud.rst#L13

[Aiven.aiven_spelling] 'configs' does not seem to be a recognised word
Raw output
{"message": "[Aiven.aiven_spelling] 'configs' does not seem to be a recognised word", "location": {"path": "docs/platform/howto/byoc/delete-custom-cloud.rst", "range": {"start": {"line": 13, "column": 187}}}, "severity": "ERROR"}

Prerequisites
-------------

* Administrator's role for your Aiven organization
* At least one :doc:`custom cloud created </docs/platform/howto/byoc/create-custom-cloud>` in your Aiven organization
* No running services that uses a custom cloud to be deleted
* Access to `Aiven Console <https://console.aiven.io/>`_

Delete your cloud
-----------------

1. Log in to `Aiven Console <https://console.aiven.io/>`_ 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

Expand All @@ -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 <https://console.aiven.io/>`_ 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
Expand Down

0 comments on commit 537badf

Please sign in to comment.