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 :
docker run
) Thank you for your answers
Cluster to use is Networking only:
With this option, you can launch a cluster with a new VPC to use for Fargate tasks.
The CICD pipeline for automated deployment of your Docker images to your ECS service could be constructed using CodePipeline. The good start towards it is the following tutorial: