AWS ofron disa mënyra për të ekzekutuar konteinerat — ECS (Elastic Container Service, orkestrator i vet i AWS-it), EKS (Kubernetes i menaxhuar), dhe Fargate (konteinera pa server, nuk ka servera për t'u menaxhuar). Kuptimi i opsioneve ndihmon në zgjedhjen e platformës së duhur për konteinerat.
ECS — orkestrator konteinera i AWS-it
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
