I want to use AWS-Fargate as a data PreProcessor in a ML pipe.
I deployed Docker Image containing my python script within AWS-ECR.
I also created a task with this image.
My questions are :
- Which cluster should i use, i don't understand well the concept of cluster.
- How to deploy in the pipe (the best should be triger by s3 event and execute as
docker run)
Thank you for your answers