aws_ecs_task
- Categories: Compute
- Service: ecs
- Provider Link: ECS Task
Description
An AWS ECS Task is a configuration that defines one or more containers to run together on Amazon Elastic Container Service. It specifies the Docker image, CPU and memory requirements, network settings, and other parameters for each container. Tasks are used to deploy and manage applications within ECS clusters.