Visual Builder instances use the Oracle Cloud Infrastructure (OCI) as their underlying infrastructure. If you're the tenant administrator, create the required OCI resources Visual Builder instances need.
To do this:
See this:
Create a compartment.
To create an instance, you must first create a compartment. You can use the root compartment and the tenancy user that was created when the OCI account was created, but it's recommended to create a dedicated compartment to host the Visual Builder instance.
Add users who can manage the Visual Builder instance.
If you want other non-admin users to create and manage Visual Builder instances, assign them the required OCI policies. Skip this step if you plan to create and manage the instances yourself.
As you can create multiple Visual Builder instances in a compartment, you should set a limit on number of instances your users can create.
Sign in to the OCI Console.
Open the navigation menu and click Governance & Administration. Under Tenancy Management, click Quota Policies.
Click Create Quota.
In the Create Quota window, enter a name (for example, instanceCreationQuota) and a description.
Complete the Policy Statements field.
The statement to create a quota follows the standard policy syntax. For details, see Quota Policy Syntax. As an example, to set a quota limit of 10 instances for the compartment named MyCompartment, enter the following statement:
Set visualbuilder quota instance-count to <number_of_instances> in compartment <compartment-name>
Here's an example:
Set visualbuilder quota instance-count to 10 in compartment MyVBCompartment
Where:
visualbuilder: Is the family name for Visual Builder.
instance-count: Is the quota name.
Click Create.
The policy statement is validated and any syntax errors are displayed.