Schedule the start and stop activities of your AWS EC2 instance using a Lambda function
here am going to explain how to create the lambda function to start and stop your ec2 instances in the scheduled time interval.
go to IAM
create policy
select service as ec2
action; start instance and stop instance
instance add arn
specify arn
...