Serverless
AWS Fargate
A serverless compute engine for containers used with Amazon ECS and Amazon EKS.
Key points
- Fargate removes the need to provision and manage the underlying container hosts.
- Customers still define container images, tasks or pods, permissions, and application configuration.
- Fargate is a compute option, while ECS and EKS are container orchestration services.
Best-known use cases
- Run containers without managing EC2 worker nodes.
- Use serverless compute with ECS tasks or supported EKS pods.
What candidates often confuse it with
- Fargate supplies container compute; ECS or EKS orchestrates containers.
- Lambda runs functions rather than arbitrary long-running container tasks.
Key Cloud Practitioner takeaway
When containers are required but host management is not, think Fargate.
Related services
- Amazon ECS and Amazon EKS
- AWS Lambda
Relevant exam tasks
- D3.3