diff --git a/docs/platform/howto/byoc/create-custom-cloud.rst b/docs/platform/howto/byoc/create-custom-cloud.rst index 200d86f045..d527413750 100644 --- a/docs/platform/howto/byoc/create-custom-cloud.rst +++ b/docs/platform/howto/byoc/create-custom-cloud.rst @@ -550,10 +550,24 @@ You can check the status of your custom cloud by taking the following steps: 4. From the left sidebar, select **Bring you own cloud**. 5. 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. +.. topic:: Result + + If your custom cloud's status is **Active**, its deployment has been completed. Your custom cloud is ready to use and you can see it on the list of your custom clouds in the **Bring you own cloud** view. Now you can create services using your new custom cloud. + +Next steps +---------- + Destroy the Terraform resources ''''''''''''''''''''''''''''''' -As soon as you new custom cloud gets the **Active** status, remove the Teffaform resources your created in your AWS account while creating the cloud. +As soon as you new custom cloud gets the **Active** status, remove the Teffaform resources your created in your AWS account while creating the cloud. See the guidelines on how to use the ``destroy`` command in `Command: destroy `_. + +Create a service using the new cloud +'''''''''''''''''''''''''''''''''''' + +To create a service in `Aiven Console `_ using your new custom cloud, follow the guidelines in :doc:`Create a new service `. + +When you get to the **Select service region** step while setting up your service in `Aiven Console `_, you'll be able to select **Custom clouds** from among available regions. Related reading ---------------