0

To Devs, I am using the AWS Secret Manager to rotate secrets on a test MySql DB. AWS is creating the rotation lambda for the MySql DB I created and I have set up the admin/password to be in sync. I have increased the lambda timeout to 15 minutes but it is still timing out. AWS is creating an application for the lambda and am not able to see the code; how can I debug this?

I have seen (aws lambda function to support secret manager rotation) but in my case AWS is creating the lambda and appears to have the correct permissions.

Thanks, Marc

user1154422
  • 548
  • 8
  • 22

1 Answers1

1

I was facing the same issue and noticed the docs said it was because there was no internet connectivity. You can solve it by adding a VPC Endpoint or a NAT gateway. After that, I used this repository to test the connectivity and was able to fix the issue.

Tharun K
  • 1,160
  • 1
  • 7
  • 20