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.