Craig Forster created AIRFLOW-2722:
--------------------------------------

             Summary: ECSOperator requires network configuration parameter when 
FARGATE launch type is used
                 Key: AIRFLOW-2722
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2722
             Project: Apache Airflow
          Issue Type: Bug
          Components: aws
    Affects Versions: 1.10
            Reporter: Craig Forster


The 'FARGATE' launch type was added in AIRFLOW-2435, however when using that 
launch mode the following error is returned:
{noformat}
Network Configuration must be provided when networkMode 'awsvpc' is specified.
{noformat}
Fargate-launched tasks use the "awsvpc" networking type, and as per the boto3 
documentation:
{quote}This parameter is required for task definitions that use the awsvpc 
network mode to receive their own Elastic Network Interface, and it is not 
supported for other network modes.
{quote}
As it's currently implemented, the Fargate launch type is unusable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to