You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The Lambda requires access to the Secrets Manager resource and RDS instance to rotate the password. Hence, it requires
vpc_config{}
withsubnet_ids
andsecurity_group_ids
. It also requires access to the Secrets Manager viaaws_vpc_endpoint
resource and appropriateaws_security_group_rule
on port# 443.Attach the managed policy
AWSLambdaVPCAccessExecutionRole
to the Lambda role.The text was updated successfully, but these errors were encountered: