Stop/Start EC2 Instances With AWS Lambda Function

Опубликовано: 21 Февраль 2025
на канале: DevOps Avenue
167
7

In this video, I am creating two lambda functions that will shutdown the instances and start them backup at specified times.

I have also written an article on this, checkout blog.gurlal.com if you are interested.

Thank you for watching the video. If you have any feedback, please comment below.

Chapters:
00:00 Intro
00:25 Apply Tags
01:43 IAM role for Functions
03:24 Create lambda functions
07:59 Set Schedules
11:08 Test the Solution