EksDeleteFargateProfileOperator

Amazon

Deletes an AWS Fargate profile from an Amazon EKS Cluster.

View on GitHub

Last Updated: Apr. 14, 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_nameThe name of the Amazon EKS cluster associated with your Fargate profile. (templated)
fargate_profile_nameThe name of the AWS Fargate profile to delete. (templated)
wait_for_completionIf True, waits for operator to complete. (default: False) (templated)
aws_conn_idThe Airflow connection used for AWS credentials. (templated) If this is None or empty then the default boto3 behaviour is used. If running Airflow in a distributed manner and aws_conn_id is None or empty, then the default boto3 configuration would be used (and must be maintained on each worker node).
regionWhich AWS region the connection should use. (templated) If this is None or empty then the default boto3 behaviour is used.

Documentation

Deletes an AWS Fargate profile from an Amazon EKS Cluster.

See also

For more information on how to use this operator, take a look at the guide: Delete an AWS Fargate Profile

Was this page helpful?