AWS PrivateLink ↗ allows users to access Foundry via a private AWS network without traversing the public internet. Currently, AWS only supports PrivateLink for VPCs (virtual private clouds) in the same region as the Foundry enrollment region. Note that AWS PrivateLink is an AWS service.
Traffic can flow from a customer's Virtual Private Cloud (VPC) to the Foundry VPC using the AWS backbone network. PrivateLink traffic and open internet traffic to Foundry are supported at the same time by configuring additional IP whitelists using Control Panel.
com.amazonaws.vpce.<REGION>.vpce-svc-<18_CHARACTER_UID>
.Screenshot of Foundry Enrollment ID in the Foundry Control Panel:
*.palantirfoundry.com
), there is additional configuration needed to funnel internal Foundry services through the endpoint as well; these steps are described in the documentation on customer-owned private links.Traffic that occurs from Foundry to other AWS VPCs can also be configured to be routed through the AWS backbone instead of the public Internet, as long as both the Foundry instance's VPC and the target VPC are in the same AWS region.
Some AWS services support sending all traffic via the AWS backbone without extra AWS costs of using a custom PrivateLink, by using AWS Gateway Endpoints ↗. The AWS services currently supported are:
For all other AWS services or any other types of traffic, a PrivateLink (VPC Endpoint) must be set up in AWS and configured in Foundry. This setup process is fully self-service and is described in the documentation on private link egress.
Ensure that you sent the correct AWS Account ID to your Palantir representative in the first step. Note that if the account ID starts with zeroes, these still need to be included in the ID.
No; you must use Palantir’s Endpoint Service name to create an VPC Endpoint as described in steps 1-3 of the guide to setting up ingress to Foundry.
No, VPC peering with a non-Palantir network is not supported; we suggest using a Private Link instead as described in the documentation on this page.
No, AWS PrivateLink does not fully support cross-region Private Links; instead, we suggest that you set up a new VPC in the same region as your Foundry instance, and then set up VPC peering between your original VPC and the new VPC. Then, you can connect the new VPC to Foundry via AWS PrivateLink as described above. For more information, see the AWS documentation on how to configure cross-Region Amazon VPC interface endpoints to access AWS PrivateLink resources ↗.