Create a private connection with AWS PrivateLink
Connect your data plane to your Konnect control plane with a private connection to stay compliant and save data transfer costs
You can establish a private connection to ensure that the data transmitted between Konnect and your AWS environment is secure. This private connection uses AWS PrivateLink and is available for the following AWS regions:
- eu-central-1
- us-east-2
- eu-west-1
If you want to create a connection with a different AWS region, contact Kong Support.
Prerequisites
Create a VPC, subnets, and a security group in AWS. For more information, see the AWS documentation.
Steps
-
In the AWS Console, connect to your data plane region, open the Endpoints section of the VPC dashboard and create a new endpoint.
-
Enter a name tag for the endpoint that includes the Konnect control plane geo that you want to connect to. For example:
konnect-us-geo
. -
Select the Endpoint services that use NLBs and GWLBs service category.
-
Find the correct service name for your region in the tables below. Open the tab that matches your AWS region and use the PrivateLink service name for your Konnect geo. For example,
com.amazonaws.vpce.us-east-2.vpce-svc-096fe7ba54ebc32db
for the us-east-2 AWS region and US Konnect geo. -
Verify the service. If the service name can’t be verified, contact Kong Support.
- Once the service name is verified, select the VPC, subnets, and security groups to associate with this endpoint. Make sure that:
- The security group accepts inbound traffic on TCP port 443.
- The DNS name parameter in the additional settings is enabled.
-
Create the VPC endpoint and wait for its status to change to available. We recommend waiting for 10 minutes before using it.
- Update your data plane configuration to connect to the control plane through the private connection. Use the private DNS name that matches your control plane geo in the tables above. For the US Konnect geo, the updated Kong data plane configuration in
kong.conf
looks like this:cluster_control_plane = us.svc.konghq.com/cp/{cluster_prefix} cluster_server_name = us.svc.konghq.com cluster_telemetry_endpoint = us.svc.konghq.com:443/tp/{cluster_prefix} cluster_telemetry_server_name = us.svc.konghq.com