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

Popular posts from this blog

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -