Fargate

aws/compute aws/containers aws/serverless

💡 Definition

AWS Fargate is a serverless compute engine for containers that works with ECS and EKS. Fargate makes it easy for you to focus on building your applications. Fargate removes the need to provision and manage servers, lets you specify and pay for resources per application, and improves security through application isolation by design.

🔑 Key Concepts

⚙️ How it Works

  1. Build Container Image: Package your application.
  2. Define Task/Pod: Specify CPU and Memory.
  3. Run: Launch the task using ECS or EKS with the Fargate launch type. AWS finds the capacity to run it.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * ECS * EKS * Lambda