i have one AWS Batch-Job which is working fine, the scenario is when we want to run the Job we are submitting Batch-Job using python BOTO3 SDK.
Now I want to schedule the Batch-Job in which I can specify the time and it needs to submit Batch-Job on the specified time. I'm using cloud watch right now but, I want to specify some parameters while submitting the Batch-Job.
Any one have idea about any AWS service where i can make schedule event with some parameter and it need to submit Batch-Job with those parameter as a environment variable.