Back to course

AWS Fargate: Serverless Containers

AWS Cloud Practitioner to Architect: 0 to Hero

AWS Fargate

Fargate is a serverless compute engine for containers that works with both ECS and EKS.

Why Fargate?

  • No need to manage EC2 instances.
  • You don't have to choose instance types or scale clusters.
  • You pay for the vCPU and memory used by your containerized applications.