Terraforming a Laravel application using AWS ECS Fargate – Part 5
Elastic Container Service We have reached the final part of this series. In this post we will be configuring the ECS cluster. ECS consists of 4 different layers. The innermost layer consists of the container definition. Containers are run as tasks, which requires a task definition. The task definitions are kept running by a service.