Creating a Private Endpoint
Oracle Cloud Infrastructure lets you create private endpoints within your service so that you can access resources that are only available using private IPs. In Data Catalog, you create a private endpoint to configure the private network where your data source is hosted.
Prerequisites:
- The name of the Virtual Cloud Network (VCN) used to access your data source.
- The name of the subnet in the VCN.
- The list of DNS zones used to resolve the FQDNs or private IPs of the data sources that you want to harvest. Important
If the data sources in your private network are accessed with FQDNs and private IPs, you only need the list of all the FQDNs when you create the private endpoint.
If all the data sources in your private network are accessed with private IPs, then while creating a private endpoint you must specify at least one resolvable FQDN or DNS.
For private autonomous databases, use the FQDN of the database as the DNS zone. For custom data sources running on Oracle Cloud Infrastructure compute Virtual Machines (VMs), you can specify the FQDN of the VM, or the domain name of the subnet in which the VM is provisioned, or the domain name of the VCN.
The private endpoint is created. The create process can take a couple of minutes. When the private endpoint is created successfully, the private endpoint is in ACTIVE
status.Use the create command and required parameters to create a private endpoint in Data Catalog:
oci data-catalog catalog-private-endpoint create [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Run the CreateCatalogPrivateEndpoint to create a private endpoint in Data Catalog.