Alexander Kovalenko created AIRFLOW-3417:
--------------------------------------------
Summary: The platform version should be provided when ECS runs
with EC2 lunch 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
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)