Rename a custom cloud
Change the name of your custom cloud.
With the BYOC feature enabled, you can create custom clouds in your Aiven organizations. While creating a custom cloud, you specify the custom cloud name. You can change this name any time later by following Rename your cloud.
Prerequisites
- Aiven Console
- Aiven CLI
- At least one custom cloud created in your Aiven organization
- Access to the Aiven Console
- Super admin role in your Aiven organization
- At least one custom cloud created in your Aiven organization
- Aiven CLI client installed
- Super admin role in your Aiven organization
Rename your cloud
- Aiven Console
- Aiven CLI
- Log in to the Aiven Console, and go to your organization.
- Click Admin in the top navigation, and click Bring your own cloud in the sidebar.
- In the Bring your own cloud view, select a cloud.
- On the selected cloud's page, click Actions > Rename.
- In the Rename custom cloud window, enter a new name, and click Rename.
Use the
avn byoc update
command to change the name of your
custom cloud.
avn byoc update \
--organization-id "ORGANIZATION_IDENTIFIER" \
--byoc-id "CUSTOM_CLOUD_IDENTIFIER" \
--display-name "NAME_OF_CUSTOM_CLOUD"