ContainerTaskConfiguration
Configuration for a container task, including the container image, IAM role, and compute settings.
Types
Properties
Environment variables passed to the container at runtime.
Ephemeral storage configuration for the container task.
Mounts attached to the container filesystem. Each mount exposes an external data source as a local directory inside the container. The service assigns each mount a container path based on the mount name. The container reads files through that path as if the data were on the local filesystem.
The processing type for compute resources.
The processing unit allocation that determines the vCPU, memory, and GPU resources.
The ARN of the IAM role that grants the containerized workload permissions to access AWS resources.
The timeout in seconds for task execution. Default: 3600 (1 hour).