About
AWS Fargate is a deployment option in Amazon ECS (Elastic Container Service) that allows you to deploy containers serverless (ie without having to manage any clusters or servers). (ie running containers without managing servers)
The containers that are scheduled as part of a task will run on top of a cluster that is fully managed by AWS.