remind101 / empire

A PaaS built on top of Amazon EC2 Container Service (ECS)
BSD 2-Clause "Simplified" License
2.69k stars 159 forks source link

Support multiple ECS clusters #912

Open ejholmes opened 8 years ago

ejholmes commented 8 years ago

We've talked about this internally. There could be benefits to supporting multiple ECS clusters (say different clusters for different "products", different performance characteristics, or different security profiles).

This is pretty easy to support in the backend using the CloudFormation scheduler, we'd just need to figure out the UI/UX for it. It could be done simply with emp set CLUSTER=xxx, but it may be better to do something more first class (e.g. emp cluster-set xxx) so that it can be shown in emp apps.

phobologic commented 8 years ago

Yeah - just a couple of the ideas we were tossing around for how to indicate which cluster a process or app should go on (we should figure out if it's whole app, or could be down to the process - my initial gut feeling says whole app for v1):

Any other ideas?