AWS Lambda VPC configuration in AWS ParallelCluster - AWS ParallelCluster

AWS Lambda VPC configuration in AWS ParallelCluster

AWS ParallelCluster uses AWS Lambda to perform operations during the lifecycle of the cluster. An AWS Lambda function always runs in a VPC owned by the Lambda service. This Lambda function can also be connected to private subnets in a virtual private cloud (VPC) to access private resources.

Note

Lambda functions can't connect directly to a VPC with dedicated instance tenancy. To connect to resources in a dedicated VPC, peer the dedicated VPC to a second VPC with a default tenancy that can connect to a dedicated VPC.

For more information, see Dedicated Instances in the EC2 User Guide for Linux Instances and How do I connect a Lambda function to a dedicated VPC? from the AWS Knowledge Center.

Lambda functions that are created by AWS ParallelCluster can be connected to a private VPC. These Lambda functions need to access AWS services. You can provide access through the internet or VPC endpoints by using the following methods.

  • Internet access

    To access the internet and AWS services, a Lambda function requires network address translation (NAT). Route outbound traffic from your private subnet to a NAT gateway in a public subnet.

  • VPC endpoints

    Several AWS services offer VPC endpoints. You can use VPC endpoints to connect to AWS services from a VPC that doesn't have internet access. To view the list of AWS ParallelCluster VPC endpoints, see Networking.

Note

Every combination of subnets and security groups must provide access to AWS services using one these methods. Subnets and security groups must be in the same VPC.

For more information, see VPC endpoints in the Amazon Virtual Private Cloud User Guide and Internet and service access for VPC-connected functions in the AWS Lambda Developer Guide.

To configure the use of Lambda functions and VPCs, see DeploymentSettings / LambdaFunctionsVpcConfig for clusters or DeploymentSettings / LambdaFunctionsVpcConfig for images.