AWS – Elastic Container Service (ECS) – Ecosystem
AWS ECS system helps us to capitalise on Docker functionalities. Lets talk about a normal work flow of a docker based application. Developing feature/code – devs will work here on new feature or existing app and write code for same. Dockerizing – devs/admins will write DockerFile, which will incorporate dependencies and functional code. Docker Image…
