This Lambda Code Stop Running EC2 Instance which have specific Tag.
-
Create Lambda as per lambda_function.py code(Python 3.7)
-
Schedule CloudWatch Trigger in Lambda with Schedule expression: cron(01 15 * * ? *) . This will trigger lambda function every day on 9:01 PM
-
Add Tag(Mention in cunstom_filter) in EC2 instace so that code identify the same.