Solutions
In Enterprise Distributed Application Service (EDAS), an application can be deployed
in either of the following modes:
- Exclusive Elastic Compute Service (ECS) instance
Only one application can be deployed on an independent ECS instance.
- Dockerized instance
With the Docker technology, EDAS allows you to deploy multiple applications on a single ECS instance. You can create multiple Dockerized instances on an ECS instance and deploy one application on each Dockerized instance.
Notice One application can only be deployed to one Dockerized instance on a single ECS instance.