ferruzzi commented on code in PR #55527:
URL: https://github.com/apache/airflow/pull/55527#discussion_r2342345118


##########
providers/amazon/tests/system/amazon/aws/example_sagemaker_endpoint.py:
##########
@@ -179,7 +179,7 @@ def set_up(env_id, role_arn, ti=None):
             {
                 "VariantName": f"{env_id}-demo",
                 "ModelName": model_name,
-                "InstanceType": "ml.t2.medium",
+                "InstanceType": "ml.m5.large",

Review Comment:
   Sagemaker Endpoint doesn't support the "ml.m5.medium".  The  "ml.m5.large" 
is the closest option on their supported list as far as price and performance 
to the "ml.t2.medium" which doesn't use Xen



-- 
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]

Reply via email to