[
https://issues.apache.org/jira/browse/AIRFLOW-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Craig Forster updated AIRFLOW-2722:
-----------------------------------
Description:
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|http://boto3.readthedocs.io/en/latest/reference/services/ecs.html#ECS.Client.run_task]
for run_task:
{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.
was:
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.
> 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
> Priority: Major
>
> 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|http://boto3.readthedocs.io/en/latest/reference/services/ecs.html#ECS.Client.run_task]
> for run_task:
> {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)