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

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -