We are using aws EMR cluster setup for submitting Flink job. Today we log in EMR cluster and run following steps for submitting a job
- Stop the job with savepoint.
- Start new job with savepoint created in step 1
Now I wanted to associate this step with pipeline deployments. How can I do that? Is there any existing software/tools exists for automating Flink deployments?
We would also like to add features like auto-rollbacking deployment to previous version in case of exceptions/error