Creating a Private Endpoint
Data Science lets you create private endpoints within the service so that you can access resources that are only available using private IPs.
Before you create a private endpoint in Data Science, you must have the prerequisites and the following details:
- The name of the Virtual Cloud Network (VCN).
- The name of the subnet in the VCN.
By default, a tenancy has a zero limit forData Science private endpoint. You must increase your Data Science limits.
Follow these steps in the CLI to create a private endpoint n Data Science.
Use the create command and required parameters to create a private endpoint:
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.oci data-science private-endpoint create --compartment-id
<compartment-id>
| -c, --ds-resource-type<DS-resource-type>
, --subnet-id<subnet-id>
... [OPTIONS]Use the CreateDataSciencePrivateEndpoint operation to create a private endpoint.