AWS PrivateLink for Starburst (Trino)
AWS PrivateLink provides private connectivity from the Immuta SaaS platform to Starburst (Trino) Clusters hosted on AWS. It ensures that all traffic to the configured endpoints only traverses private networks.
This feature is supported in most regions across Immuta's global segments (NA, EU, and AP); contact your Immuta account manager if you have questions about availability.

Requirements
You have an Immuta SaaS tenant.
Your Starburst (Trino) Cluster is hosted on AWS.
You have set up an AWS PrivateLink Service for your Starburst Cluster endpoints.
When creating the service, make sure that the Require Acceptance option is checked (this does not allow anyone to connect; all connections will be blocked until the Immuta Service Principal is added).
Only TCP connections over
IPv4
are supported.
Your Starburst (Trino) cluster endpoints are secured with TLS certificates for encryption in-transit.
The presented certificate must have the Fully-Qualified Domain Name (FQDN) of your cluster hostname as a Subject Alternative Name (SAN). This can either be a wildcard (e.g.
*.example.com
) or specific to the host (e.g.starburst.example.com
)The presented certificate must be issued from a publicly-trusted certificate authority (CA). Private CAs and/or internal top-level domains (TLDs) are not supported.
Configure Starburst (Trino) with AWS PrivateLink
Open a support ticket with Immuta Support with the following information:
AWS region
AWS subnet availability zones IDs (e.g.
use1-az3
; these are not the account-specific identifiers likeus-east-1a
oreu-west-2c
)VPC endpoint service ID (e.g.,
com.amazonaws.vpce.us-east-1.vpce-svc-0471015b106ad1d47
)DNS hostname
This is the hostname of the cluster that will be used to ingest data sources. It must match the Common Name (CN) or a Subject Alternative Name (SAN) on your cluster's TLS certificate.
Ports used
Authorize the service principal provided by your representative so that Immuta can complete the VPC endpoint configuration.
Last updated
Was this helpful?