airflow.providers.amazon.aws.executors.ecs.ecs_executor_config

AWS ECS Executor configuration.

This is the configuration for calling the ECS run_task function. The AWS ECS Executor calls Boto3’s run_task(**kwargs) function with the kwargs templated by this dictionary. See the URL below for documentation on the parameters accepted by the Boto3 run_task function.

Module Contents

Functions

build_task_kwargs()

airflow.providers.amazon.aws.executors.ecs.ecs_executor_config.build_task_kwargs()[source]

Was this entry helpful?