Containers are lightweight boxes used for packing applications and their dependencies.AWS offers two compute options for containers: EC2 and Fargate.Container orchestrators handle the management of multiple containers, such as load balancing and autoscaling.AWS provides ECS as a fully-managed container orchestration service, and EKS as a managed Kubernetes service.