dashton90 commented on PR #35790:
URL: https://github.com/apache/airflow/pull/35790#issuecomment-1825031778
Just re-reading through your comments:
> Looking through the code, it looks like you are checking for a hibernation
option, but the exception you are raising raise AirflowException(f"Instance
{instance['InstanceId']} is not configured for hibernation") is not making it
into the system test's logs, so we may need to have another look at the unit
tests as well.
This check is only done when you run the `EC2HibernateInstanceOperator`. The
example_ec2 DAG would never get to this operator since it is failing during
instance creation.
If you'd like, I can update the example to use an m4 or t3 instance.
--
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]