Which AWS service is used to manage and run Docker containers?
a) Amazon ECS
b) Amazon S3
c) Amazon RDS
d) Amazon VPC
Answer:
a) Amazon ECS
Explanation:
Amazon ECS (Elastic Container Service) is a fully managed container orchestration service that makes it easy to run, stop, and manage Docker containers on a cluster of EC2 instances.
ECS allows users to define tasks and services that can be automatically scaled and scheduled to run across EC2 instances or AWS Fargate, a serverless compute engine for containers.
It simplifies running containerized applications and integrates with other AWS services, such as load balancers and security groups, to provide a highly scalable, secure environment for containerized workloads.