Can I trigger on premises batch from AWS without migrating batch code. is it possible through rest call or queue?
I don't want to move batch code to AWS instead just call batch code from AWS
Can I trigger on premises batch from AWS without migrating batch code. is it possible through rest call or queue?
I don't want to move batch code to AWS instead just call batch code from AWS
There is no reason why a service running in AWS would not be able to call your on-premise service provided one of these things are true:
For all of these your service should use authentication for the requests.