nimblehq / infrastructure-templates

For IaaS and PaaS as codes
MIT License
10 stars 0 forks source link

Separate `ecs_cluster` and `esc_services` #134

Open andyduong1920 opened 1 year ago

andyduong1920 commented 1 year ago

Why

Currently we merge the ecs_cluster and ecs_web_servicer into the ecs module that works for project that have web app only or the worker run along with web service.

For the project that need a separate service for worker, it's a bit hard to add that worker, example we have 2 web service (api, react) and 1 worker.

So in recently project, we have 5 web services and 1 worker service, we made a structure like

image

Who Benefits?

Developer