Our next-gen architecture is built to help you make sense of your ever-growing data. Watch a 4-min demo video!

Back to All Docs

AWS PrivateLink: Lambda Configuration

Last Updated: Dec. 06, 2023

Once you have configured our AWS PrivateLink, align the VPC to your Lambda.

Lambda Configuration

Permissions

Grant the Lambda the permissions necessary to add virtual interfaces, as follows:

{
	"Version": "2012-10-17",
	"Statement": [
		{
			"Effect": "Allow",
			"Action": [
				"ec2:DescribeNetworkInterfaces",
				"ec2:CreateNetworkInterface",
				"ec2:DeleteNetworkInterface"
			],
			"Resource": "*"
		}
	]
}

Full instructions can be found here.

Align the VPC to the Lambda

STEP 1. Follow these instructions to align the VPC to the Lambda.

STEP 2. Update the CORALOGIX_URL environment variable to match the FQDN endpoint for your Coralogix domain.

AWS Secrets Manager

If you intend to use AWS Secrets Manager with your Lambda, you must create another VPC endpoint for the com.amazonaws.<AWS Region>.secretsmanager service. Detailed instructions can be found here.

Support

Need help?

Our world-class customer success team is available 24/7 to walk you through your setup and answer any questions that may come up.

Feel free to reach out to us via our in-app chat or by sending us an email at support@coralogix.com.

On this page