AWS Elastic Container Service (ECS) is a service that allows a user to deploy applications using a managed Docker instance. Here, the AWS ECS service is responsible for provisioning the virtual machine and the Docker installation. We can deploy our application by doing the following:
- Start ECS, click on Continue:
- Create the ECS repository with name product-api and click on Next step:
- Build and push a Docker container to the repository, following the instructions given on the screen: ...