AWS serverless container platform - run containers without managing servers or clusters. Like ordering takeout without needing to know how the kitchen works.
A development team uses Fargate to run their application containers, paying only for the compute time used.
AWS Fargate runs containers without managing servers and is used with Amazon ECS or Amazon EKS. Azure Container Apps and Google Cloud Run provide similar serverless container execution with autoscaling and per-use billing (Cloud Run is request-driven). OCI Container Instances offers serverless-style container execution without managing VMs, similar for running container workloads on-demand.