Starting an EMR Job from an ECS Docker Container

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?

+4
source share

Source: https://habr.com/ru/post/1677912/


All Articles