Creating a Private Endpoint

Create private endpoints within Data Science to 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 for Data Science private endpoints. You must increase your Data Science limits.

    1. On the Private endpoints list page, select Create private endpoint. If you need help finding the list page, see Listing Private Endpoints.
    2. On the Create private endpoint page, enter the following information.
      • Compartment: Select the compartment to create the private endpoint in.
      • Name (Optional): Enter a name to identify the private endpoint.
      • Description (Optional): Enter a description.
      • VCN compartment: Select the compartment that contains the VCN you want.
      • VCN: Select the VCN that's created to provide private access.
      • Subnet compartment: Select the compartment that contains the subnet you want.
      • Subnet: Select the subnet that has the private endpoint you want to use.
      • Resource type: Select the relevant option.
        • NOTEBOOK_SESSION: Private endpoint to access notebook sessions.

        • MODEL_DEPLOYMENT: Private endpoint to access model deployments.

      • Subdomain (Optional): Enter a subdomain for the private endpoint up to 60 characters.
      • Use network security groups to control traffic (Optional): Add one or more network security groups that are associated with the VCN. You can change the compartment where the network security groups are.

        Set of security rules that control allowed types of inbound and outbound traffic.

        A maximum of 10 network security groups can be added to a private endpoint.

      • Tags (Optional): Add tags to the private endpoint. If you have permissions to create a resource, then you also have permissions to apply free-form tags to that resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you're not sure whether to apply tags, skip this option or ask an administrator. You can apply tags later.
      • View detail page on selecting create (Optional, availability varies): Select to view details for the private endpoint immediately after its creation.
    3. Select Create.

      The create process can take a couple of minutes. When the private endpoint is created successfully, the private endpoint is in an ACTIVE status.

  • Use the create command and required parameters to create a private endpoint:

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the CreateDataSciencePrivateEndpoint operation to create a private endpoint.