From 653a3e785611b74bd6ac8157704c1e9d6dad4a72 Mon Sep 17 00:00:00 2001 From: Curtis Darst Date: Fri, 14 Jun 2024 14:13:29 -0400 Subject: [PATCH] Update README.md - VPC endpoint Added prerequisite for VPC Endpoint for Systems Manager as the Lambda VPC will need access to SSM. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 875f895..fa830d7 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ It will be helpful to have a working knowledge of AWS services and the AWS Conso * A VPC * One or more subnets where the Lambda functions can be deployed * One or more subnets where the database cluster can be deployed (can be the same as the Lambda subnets) +* VPC attached Lambda will need access to the SSM via VPC endpoint [VPC endpoints for Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/setup-create-vpc.html#sysman-setting-up-vpc-create) By default the database will not have a public IP address and will not be accessible outside of your VPC. You will need to configure network access to the database as appropriate for your situation.