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
feita há 9 meses470 visualizações
2 Respostas
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
ESPECIALISTA
respondido há 9 meses
profile picture
ESPECIALISTA
avaliado há 9 meses
profile pictureAWS
ESPECIALISTA
avaliado há 9 meses
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
ESPECIALISTA
Uri
respondido há 9 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas