What is a complete JOB scheduler in AWS

0

I am looking for a full-fledged JOB scheduler (that can replace a conventional job scheduler like Control-m,Autosys,rundecl etc) which provides a user interface , has all options/features of a job scheduler, easy to schedule the jobs (adding dependencies, graphical representation of scheduling jobs and can handle complex job scheduling in production).

  1. May I know if AWS batch has these features?
  2. How about the MWAA scheduler?
  3. Can these tools replace a scheduler like (autosys/Control-M etc)? Please note that I am not using AWS components for my application. instead I have installed my application software in EC2 instances and need to run the jobs using scripts. There are very complex requirements/dependencies in our jobs schedule. So I am looking for the best scheduler in AWS.
질문됨 2년 전834회 조회
1개 답변
0

Are you already using a scheduler in your existing infrastructure that you're trying to migrate? The easiest way would be to keep using your current one.

AWS batch isn't a generic job scheduler but rather a service that orchestrates AWS compute running jobs packaged as containers, it also doesn't have an elaborated graphical interface that would be similar to what's there in Control-M.

The MWAA is dedicated to Apache Airflow orchestration and isn't a generic job scheduler either.

Regards

AWS
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠