Schedule start and stop AWS RDS with lambda
In this blog, we will see the configuration of the AWS RDS schedule start and stop using lambda functions. Steps to configure it. Create IAM policy:- Go to IAM and create an IAM policy with RDS start and stop actions. Policy as given below:- Create lambda function for stop: Go to lambda page and click …