amazon web services - Are there AWS tools to schedule jobs similar to using Quartz Scheduler? -
is there service available in aws can provide functionality? used run recurring backend jobs sending email blasts, monitoring health, etc.
the question unspecific.
for monitoring , scheduling tasks can use amazon cloudwatch. depending on want may or not fit.
there tutorials on scheduling aws lambda , amazon ecs, supports lots of other targets well. example generate sns message , sns trigger http(s)/rest-call doing processing or write message sqs , application polls queue getting triggered.
Comments
Post a Comment