ferruzzi commented on PR #35790:
URL: https://github.com/apache/airflow/pull/35790#issuecomment-1825031115

   > The supported instances are listed 
[here](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html#hibernation-prereqs-supported-instance-families)
   
   You took the words out of my ~~mouth~~ fingers.  
   
   ```
   $ aws ec2 describe-instance-types --filters 
Name=hibernation-supported,Values=true --query 
"InstanceTypes[*].[InstanceType]" --output text | sort | grep "micro"
   t2.micro
   t3a.micro
   t3.micro
   ```  
   
   EC2 instance types aren't my forte, but it looks like swapping the test over 
to t3.micro instance type should get it passing, just running on an x86 CPU vs 
an ARM CPU (I think).   I'll run the test on the t3.micro and see if it passes.
   
   
   
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to