Back to Glossary
Cloud

What is Fargate?

AWS serverless compute engine for containers — no node management required.

AWS Fargate is a serverless compute engine for containers that works with ECS and EKS. With Fargate, you don't manage EC2 nodes — AWS provisions and manages the underlying infrastructure. You just define CPU and memory requirements for your tasks/pods and Fargate runs them. Each Fargate task gets its own kernel for strong isolation. Fargate simplifies operations but can be more expensive than optimized EC2 node groups for sustained workloads.

Deep Dive Guide

eks fargate pod not scheduling fix

Test your knowledge of Fargate and 130 other DevOps concepts