Can i use amazon eventbridge to turn on an ec2 instance and run cron jobs

0

I want to run cron jobs on EC2 instances, But I don't want the instances to be running always. so is there a way I can use Evenbridge to automatically power on the instances at a specific time and run cron jobs? or should I follow any other methods?

Sarath
已提问 9 个月前470 查看次数
2 回答
1

Hello.

For such use cases, it would be a good idea to set up an Eventbridge scheduler.
This can be used to start or stop EC2 at a specific time.
https://docs.aws.amazon.com/scheduler/latest/UserGuide/what-is-scheduler.html

The following blog describes the automation of EC2 outages.
Automation of EC2 startup can be set up in the same way.
https://dev.to/aws-builders/easy-setup-for-ec2-stop-jobs-with-amazon-eventbridge-scheduler-4lpg

profile picture
专家
已回答 9 个月前
profile picture
专家
已审核 9 个月前
profile pictureAWS
专家
已审核 9 个月前
1

If all you need is a cron job, just use EventBridge Scheduler to define the schedule. The Scheduler can invoke a Lambda function to perform the actual work. No need for an EC2 instance.

profile pictureAWS
专家
Uri
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则