The easiest way to run cron jobs on AWS
cronally.com
The easiest way to run cron jobs on AWS
1–7 of 7 posts
Re: The easiest way to run cron jobs on AWS
#2---
Forgive me, but this doesn't look easy.
Tons of JSON in bash.. not fun.
And no pricing link.
And no practical useful examples in the article.
Re: The easiest way to run cron jobs on AWS
#3Re: The easiest way to run cron jobs on AWS
#4Uhm... there's something called Amazon Data Pipeline. They offer scheduled events and you can output Alarms to SNS...
Re: The easiest way to run cron jobs on AWS
#5Uhm... there's something called Amazon Data Pipeline. They offer scheduled events and you can output Alarms to SNS...
I think you need to run your own instance for Amazon Data Pipeline. If I need to run my own instance - I as well may use the standard cron.
Re: The easiest way to run cron jobs on AWS
#6Uhm... there's something called Amazon Data Pipeline. They offer scheduled events and you can output Alarms to SNS...
ADP is a complex service designed to transport and process data between AWS products in a time-sensitive manner. Minimum intervals of 15 minutes and the inability to run jobs on a set of existing machines (i.e. running a shell command pipeline requires a separate instance launched for each execution) doesn't support a number of use-cases.
Cronally is a simple platform that augments an existing AWS cluster by allowing those same machines (or others) to perform work, while handling locks transparently and supporting resolution down to the minute.
Re: The easiest way to run cron jobs on AWS
#7Are you looking for feedback? If so, here is mine: --- Forgive me, but this doesn't look easy. Tons of JSON in bash.. not fun. And no pricing link. And no practical useful examples in the article.
We support JSON in the CLI so users can access the response data with tools like jq (http://stedolan.github.io/jq/), but leaving off the json parameter will respond with human readable output.
The pricing is regrettably not up yet, but we'll definitely work on some other examples.
Cheers! Tim