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
posta 9 mesi fa470 visualizzazioni
2 Risposte
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
ESPERTO
con risposta 9 mesi fa
profile picture
ESPERTO
verificato 9 mesi fa
profile pictureAWS
ESPERTO
verificato 9 mesi fa
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
ESPERTO
Uri
con risposta 9 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande