Fargate
Fargate is a serverless compute engine for containers offered by Amazon Web Services. It allows you to run containers without managing the underlying server infrastructure or cluster, and it is designed to work with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS). With Fargate, users specify resource requirements for their containers rather than provisioning and maintaining compute capacity.
In ECS, Fargate handles provisioning, scaling, and isolation of the compute resources for each task. In EKS,
Pricing for Fargate is based on the vCPU and memory resources allocated to tasks and is billed
Limitations and considerations include feature gaps relative to self-managed EC2 deployments, potential constraints on CPU/memory combinations,
Overall, Fargate positions itself as a serverless alternative within AWS’s container platform, complementing ECS and EKS