EcsCreateClusterOperator

Amazon

Creates an AWS ECS cluster.

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

cluster_nameRequiredThe name of your cluster. If you don’t specify a name for your cluster, you create a cluster that’s named default.
create_cluster_kwargsExtra arguments for Cluster Creation.
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

Creates an AWS ECS cluster.

See also

For more information on how to use this operator, take a look at the guide: Create an AWS ECS Cluster

Was this page helpful?