AWS joffri diversi modi biex tħaddem kontejners — ECS (Elastic Container Service, l-orkestrator tal-AWS), EKS (Kubernetes immeġjuread), u Fargate (kontejners serverless, l-ebda servers biex tiddarak). Fehim tal-għażliet jgħin biex tagħżel il-platform tal-kontejners it-tajba.
ECS — orkestrator tal-kontejners tal-AWS
ECS runs and orchestrates Docker containers on AWS:
→ simpler than Kubernetes; deeply integrated with AWS (IAM, ALB, CloudWatch, VPC)
→ TASK (a running container set), TASK DEFINITION (the spec), SERVICE (keeps N tasks
running, integrates with load balancers, auto-scales)
→ good for teams wanting container orchestration without Kubernetes complexity
