AWS Fargate is an Amazon service that lets you run containers without the need to manage servers, common in orchestration solutions like Docker Swarm and Kubernetes.
For projects of relative simplicity, the Fargate is an extremely interesting alternative; however, some experience with AWS resources (VPCs, Subnets, ALBs, etc.) is required so that you have an operating cluster in production standards.
In this talk I'll cover all the resources you need to build your Fargate cluster from scratch using Terraform and Traefik to run HTTP services without the need for multiple Application Load Balancers.