cognoma / task-service

Cognoma Background Tasks API
Other
3 stars 2 forks source link

Explore integrating with ECS #7

Open awm33 opened 7 years ago

awm33 commented 7 years ago

We already use the AWS Elastic Container Service. AWS ECS allows you to launch containers through the API. Perhaps we could use something like that to directly create containers for each task, for something more like a push queue.

In order to not design to specifically for the AWS ECS service, we could use an abstraction class layer so that other services, such as Kubernetes, could be used.

awm33 commented 7 years ago

AWS Batch looks like it may be more ideal