From 57e424708159c37af7c771c0308725865f06d3da Mon Sep 17 00:00:00 2001 From: Victor Skvortsov Date: Mon, 25 May 2026 11:23:28 +0500 Subject: [PATCH 1/2] Drop AWS P3 instances --- src/gpuhunt/providers/aws.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gpuhunt/providers/aws.py b/src/gpuhunt/providers/aws.py index 9e1c4e1..80294f0 100644 --- a/src/gpuhunt/providers/aws.py +++ b/src/gpuhunt/providers/aws.py @@ -21,7 +21,8 @@ "https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonEC2/current/index.csv" ) disclaimer_rows_skip = 5 -# https://aws.amazon.com/ec2/previous-generation/ +# Retired (https://aws.amazon.com/ec2/previous-generation/) +# or unlisted instance types (https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-instance-regions.html) previous_generation_families = [ "a1.", "c1.", @@ -30,6 +31,7 @@ "g2.", "g3.", "g3s.", + "p3.", "i2.", "m1.", "m2.", @@ -380,7 +382,6 @@ def filter(cls, offers: list[RawCatalogItem]) -> list[RawCatalogItem]: "p5e.", "p4d.", "p4de.", - "p3.", "g7e.", "g6.", "g6e.", From 02588dc43ed28a680ca1285fa47b521501b0d637 Mon Sep 17 00:00:00 2001 From: Victor Skvortsov Date: Mon, 25 May 2026 12:15:40 +0500 Subject: [PATCH 2/2] Update tests --- src/integrity_tests/test_aws.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/integrity_tests/test_aws.py b/src/integrity_tests/test_aws.py index 9aa35cb..38bb085 100644 --- a/src/integrity_tests/test_aws.py +++ b/src/integrity_tests/test_aws.py @@ -58,7 +58,6 @@ def test_gpu_presented(self, data: str): "A100", "A10G", "T4", - "V100", "L40S", "RTXPRO6000", "L4",