Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host Lambda inside a VPC #12

Open
kunduso opened this issue Sep 3, 2024 · 1 comment
Open

Host Lambda inside a VPC #12

kunduso opened this issue Sep 3, 2024 · 1 comment
Assignees

Comments

@kunduso
Copy link
Owner

kunduso commented Sep 3, 2024

The Lambda requires access to the Secrets Manager resource and RDS instance to rotate the password. Hence, it requires vpc_config{} with subnet_ids and security_group_ids. It also requires access to the Secrets Manager via aws_vpc_endpoint resource and appropriate aws_security_group_rule on port# 443.
Attach the managed policy AWSLambdaVPCAccessExecutionRole to the Lambda role.

@kunduso kunduso self-assigned this Sep 3, 2024
@kunduso
Copy link
Owner Author

kunduso commented Sep 3, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant