Vishnu Duggirala
12/02/2022, 8:46 PM18:51:43.512 | INFO | prefect.infrastructure.ecs-task - ECSTask 'tasteful-ringtail': Registering task definition...
Is it possible to avoid this?Alex Turek
12/02/2022, 8:48 PMECSTask
class from prefect-aws? https://github.com/PrefectHQ/prefect-aws/blob/9c82cf3592e45244387225144aabda82e8a4a86f/prefect_aws/ecs.py#L204Vishnu Duggirala
12/02/2022, 8:57 PMZanie
image=None
since we do not know if you have defined an image in a linked task definition.Anna Geller
Vishnu Duggirala
12/02/2022, 9:06 PMAnna Geller
configure_cloudwatch_logs: bool = Field(
default=None,
description=(
"If `True`, the Prefect container will be configured to send its output "
"to the AWS CloudWatch logs service. This functionality requires an "
"execution role with logs:CreateLogStream, logs:CreateLogGroup, and "
"logs:PutLogEvents permissions. The default for this field is `False` "
"unless `stream_output` is set. "
),
)
Zanie
task_customizations
does not apply to the task definition, just the task run.