Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 598 Bytes

overview.md

File metadata and controls

5 lines (3 loc) · 598 Bytes

image

Scenario :

In some companies, there is no need to run their EC2 instances 24/7; they require instances to operate during specific time periods, such as company working hours, from 8:00 AM in the morning to 5:00 PM in the evening. To address this scenario, I will implement two Lambda functions responsible for starting and stopping instances. These Lambda functions will be triggered by two CloudWatch Events in the morning and evening. This solution is fully serverless.