Ask Your Question
4

In what way can I reach AWS Secrets Manager from my Lambda function while operating within a VPC?

asked 2023-05-21 01:21:54 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-21 01:37:02 +0000

scrum gravatar image

To reach AWS Secrets Manager from your Lambda function while operating within a VPC, you need to configure the following:

  1. VPC Configuration: Configure your VPC with the appropriate subnets, security groups, and route tables.

  2. Lambda Function: Ensure that your Lambda function is configured to operate within the VPC.

  3. AWS Secrets Manager VPC Endpoint: Create an AWS Secrets Manager VPC endpoint within your VPC.

  4. Security Group Rules: Configure security group rules to allow your Lambda function to communicate with the AWS Secrets Manager VPC endpoint.

Once you have configured these components, your Lambda function will be able to reach AWS Secrets Manager securely within the VPC.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-21 01:21:54 +0000

Seen: 15 times

Last updated: May 21 '23