You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: