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.", 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",