Manage customer contacts for a custom cloud
Update the list of customer contacts for your custom cloud.
With the BYOC feature enabled, you can create custom clouds in your Aiven organizations. While creating a custom cloud, you add at least the Admin contact so that the Aiven team can reach out to them if needed. You can change the provided contacts any time later by following Update the contacts list.
important
While you can add multiple different customer contacts for your custom cloud, Admin is a mandatory role that is always required as a primary support contact.
Prerequisites
- Aiven Console
- Aiven CLI
- At least one custom cloud created in your Aiven organization
- Access to the Aiven Console
- Organization admin role in your Aiven organization
- At least one custom cloud created in your Aiven organization
- Aiven CLI client installed
- Organization admin role in your Aiven organization
Update the contacts list
- 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 > Customer contact.
- In the Customer contact window, select a new contact's role from the menu, enter the email address, and click to add the provided contact's details.
- When you're done adding all the contacts, select Save changes.
Use the avn byoc update command to edit the list of individuals from your organization to be contacted by the Aiven team if needed.
avn byoc update \
--organization-id "ORGANIZATION_IDENTIFIER" \
--byoc-id "CUSTOM_CLOUD_IDENTIFIER" \
'
{
"contact_emails": [
{
"email": "EMAIL_ADDRESS",
"real_name": "John Doe",
"role": "Admin"
}
]
}
'