EcsDeregisterTaskDefinitionOperator

Amazon

Deregister a task definition on AWS ECS.

View on GitHub

Last Updated: Apr. 12, 2023

Access Instructions

Install the Amazon provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

task_definitionRequiredThe family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to deregister. If you use a family name, you must specify a revision.
wait_for_completionIf True, waits for creation of the cluster to complete. (default: True)
waiter_delayThe amount of time in seconds to wait between attempts, if not set then the default waiter value will be used.
waiter_max_attemptsThe maximum number of attempts to be made, if not set then the default waiter value will be used.

Documentation

Deregister a task definition on AWS ECS.

See also

For more information on how to use this operator, take a look at the guide: Deregister a Task Definition

Was this page helpful?