ferruzzi commented on code in PR #55527:
URL: https://github.com/apache/airflow/pull/55527#discussion_r2342104131
##########
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:
It looks like Sagemaker Endpoint dropped support for the T-series instance
types after the T2. This appears to be the closest supported type 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]