ferruzzi commented on PR #35839:
URL: https://github.com/apache/airflow/pull/35839#issuecomment-1826050859
Alright. progress! I ran the proposed changes and it failed, but it's
getting much further. Here's the current state:
```
INFO
airflow.task.operators.airflow.providers.amazon.aws.operators.ec2.EC2TerminateInstanceOperator:ec2.py:249
Terminating EC2 instance i-03e2f168f51570fec
ERROR airflow.models.taskinstance.TaskInstance:taskinstance.py:2696 Task
failed with exception
Traceback (most recent call last):
File "/opt/airflow/airflow/models/taskinstance.py", line 433, in
_execute_task
result = execute_callable(context=context, **execute_callable_kwargs)
File "/opt/airflow/airflow/providers/amazon/aws/operators/ec2.py", line
251, in execute
ec2_hook.get_waiter("instance_terminated").wait(
File "/usr/local/lib/python3.8/site-packages/botocore/waiter.py", line 55,
in wait
Waiter.wait(self, **kwargs)
File "/usr/local/lib/python3.8/site-packages/botocore/waiter.py", line
375, in wait
raise WaiterError(
botocore.exceptions.WaiterError: Waiter InstanceTerminated failed: Waiter
encountered a terminal failure state: For expression
"Reservations[].Instances[].State.Name" we matched expected path: "stopping" at
least once
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]