Managing Private Endpoints
Create, edit, and delete private endpoints in Resource Manager.
With private endpoints, you can access nonpublic cloud resources in your tenancy from Resource Manager. For example, configure a private compute instance using Terraform's remote exec functionality and access Terraform configurations in a private GitHub server.
You can perform the following tasks with private endpoints:
Required IAM Policy
To manage private endpoints, you must have permission to manage private endpoints in the tenancy, as well as to use virtual network resources, such as VCNs and subnets. For more information, see Manage Private Endpoints.
If you're new to policies, see Getting Started with Policies and Common Policies.
Scenarios
Review common scenarios for using private endpoints with Resource Manager.
Private Git Server
Give Resource Manager access to a Git server that isn’t accessible over the internet. User these instructions for a private server that you host at Oracle Cloud Infrastructure or on-premises.
Private Remote Exec
Learn how to access private instances with Remote Exec.