I have ML container code written in python in a docker container and able to work as a docker service using Amazon ECS. I would like to launch in a distributed way using Spark - Pyspark and deploy to Amazon EMR. Is it possible to establish a connection between ECS and EMR?
source
share