[
https://issues.apache.org/jira/browse/AIRFLOW-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16805761#comment-16805761
]
ASF subversion and git services commented on AIRFLOW-3417:
----------------------------------------------------------
Commit e118d4db00931bf1d2689662b2fb79d8d37cee0e in airflow's branch
refs/heads/v1-10-test from zingorn
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=e118d4d ]
[AIRFLOW-3417] ECSOperator: pass platformVersion only for FARGATE launch type
(#4256)
> Use the platformVersion only for the FARGATE launch type
> --------------------------------------------------------
>
> Key: AIRFLOW-3417
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3417
> Project: Apache Airflow
> Issue Type: Bug
> Components: aws
> Affects Versions: 2.0.0
> Reporter: Alexander Kovalenko
> Priority: Major
> Fix For: 1.10.3
>
>
> By default an ECS container should be run with the EC2 launch type.
> The current implementation passing the {{platformVersion}} parameter all the
> time and we got an exception:
> {code:java}
> botocore.errorfactory.InvalidParameterException: An error occurred
> (InvalidParameterException) when calling the RunTask operation: The platform
> version must be null when specifying an EC2 launch type.{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)